sample project for LWIP ethernet code on STM32F765IIT ?
HI,
I am currently working on an Ethernet project using STM32F765IIT with the LwIP stack .
I have configured the MAC and PHY (DP83848/DP83842) in MII mode, and link status is active.
Now I want to verify Ethernet communication by implementing the ping (ICMP Echo Reply) functionality.
Could anyone please share:
- Example code or reference project for STM32F765IIT + LwIP that handles ICMP Echo requests (ping)?
- Or guidance on how to properly configure LwIP for responding to ping commands?
My setup:
- MCU: STM32F765IIT
- Interface: MII (PHY: DP83842)
- Toolchain: STM32CubeIDE
- CubeMX: Ethernet + LwIP (no RTOS)
Any working example, configuration tips, or LwIP settings related to ping would be greatly appreciated.
Thank you,
Sreerag
