2024-07-04 12:31 AM
im using stm32h743zi2 nucleo board . im triyng to do programming in ethernet with udp without freeRTOS . using firmware version of 1.10.0 but it is not pinging . anybody did programming with this FW . please let me know the reasons for not ping.
or send me the working code for ping. thanks
Solved! Go to Solution.
2024-09-16 05:15 AM
Hello @saikumar ,
ping works ok with firmware version 1.10 it seems that you are missing some hardware or software configuration.
here is an example showcasing the Ethernet working on H7CubeFirmware 1.10 STM32H7-LwIP-Examples/STM32H743_Nucleo_ETH at main · stm32-hotspot/STM32H7-LwIP-Examples (github.com) .
there has been some corrections on newest version of Cube Firmware H7 1.11.2 regarding Lwip and Ethernet examples (see STM32CubeH7/Release_Notes.html at master · STMicroelectronics/STM32CubeH7 (github.com):(
although this should not affect your ability to ping and run TCP UDP examples on the previous version v1.10.
Regards
2024-09-16 05:15 AM
Hello @saikumar ,
ping works ok with firmware version 1.10 it seems that you are missing some hardware or software configuration.
here is an example showcasing the Ethernet working on H7CubeFirmware 1.10 STM32H7-LwIP-Examples/STM32H743_Nucleo_ETH at main · stm32-hotspot/STM32H7-LwIP-Examples (github.com) .
there has been some corrections on newest version of Cube Firmware H7 1.11.2 regarding Lwip and Ethernet examples (see STM32CubeH7/Release_Notes.html at master · STMicroelectronics/STM32CubeH7 (github.com):(
although this should not affect your ability to ping and run TCP UDP examples on the previous version v1.10.
Regards