cancel
Showing results for 
Search instead for 
Did you mean: 

Facing Ethernet Ping Issue using FreeRTOS for STM32F767.

Vinayak_B_H
Visitor

I am using STM32F767 with LWIP and LAN8742 PHY.
Ethernet initializes but I am facing Ping does not work reliably.

Vinayak_B_H_0-1768971786197.png

This is the Schematic.

2 REPLIES 2
mbarg.1
Senior III

There is an error in your code.

Please fix it before complaining.

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.

Vinayak_B_H_1-1768977658015.pngVinayak_B_H_2-1768977684902.png

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.