2023-08-29 12:13 AM
Hello, I have a Nucleo H745ZI-Q board in this am working Ethernet fallowed some examples when doing ping test response is Destination host unreachable(am using CM7 and done memory configuration also).
Solved! Go to Solution.
2023-08-29 02:57 AM
Hello again @sa V.1,
You can find all H7-related examples here: https://github.com/STMicroelectronics/STM32CubeH7
For an Ethernet / LwIP example check this link: https://github.com/stm32-hotspot/STM32H7-LwIP-Examples
This thread could also be helpful!
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2023-08-29 01:53 AM
Hello @sa V.1,
It is recommended to follow the same configuration as in the examples provided in the STM32CubeH7 firmware package
Also, check this FAQ : https://community.st.com/s/article/FAQ-Ethernet-not-working-on-STM32H7x3
Hope that helps!
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2023-08-29 02:44 AM
Am using STM32Cube IDE v1.10.0 Where could i findout the exmples ? Can you specify the path to reachout the examples ....
2023-08-29 02:57 AM
Hello again @sa V.1,
You can find all H7-related examples here: https://github.com/STMicroelectronics/STM32CubeH7
For an Ethernet / LwIP example check this link: https://github.com/stm32-hotspot/STM32H7-LwIP-Examples
This thread could also be helpful!
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2023-09-04 10:28 PM
Ethernet configuration and ping test done . Ping Test successfully ping's .Next i want send data from PC to Board or receive data How and where should i process(in code - function )the data and how should i achive . checking ping test in command prompt .
2023-09-05 02:06 AM
Hello @sa V.1
Happy for your progress!
Could you please post another question for the other query so that it's more visible!
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.