2024-07-05 11:43 PM
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 share me the working code for ping. thanks
2024-07-11 06:12 AM
"Ping" is based on ARP and ICMP protocols, and it is a broadcast packet. I don't know exactly this firmware and board, but the basic steps for setting the Ethernet are the same for the NUCLEO-boards, and it should work.
I know it is a long description with some obvious steps, but it is intended to be a common guide.
The more customization you set the more likely to catch a difficulty/bug, but with the default settings it should work.