2026-01-20 9:06 PM
I am using STM32F767 with LWIP and LAN8742 PHY.
Ethernet initializes but I am facing Ping does not work reliably.
This is the Schematic.
2026-01-20 10:10 PM
There is an error in your code.
Please fix it before complaining.
2026-01-20 10:36 PM - edited 2026-01-20 10:44 PM
Using the same firmware and LWIP configuration, Ethernet ping works correctly on the Nucleo-F767ZI and another custom STM32F767-based board. On this custom PCB, however, the device does not respond to ping.
This is my code snippet used to ping the IP address. I am using only the libraries provided by STM32CubeIDE, and no additional custom code has been added.