STM32 Nucelo F429ZI, LWIP a simple application not working
Hello everyone,
I have been trying to run a simple LWIP application on my STM32 F429ZI board. I can see the LED green and orange of the Ethernet jack (CN14) are on which indicates the link is up and running. but no luck with pinging the board from my windows command prompt.
I have tried different things,
first I configured the project and the board using STM32CubeMX version 6.11.0 firmware: 1.11.2
Lwip Version : 2.1.2
then I found this project GitHub - mirzafahad/nucleo_stm32f429zi_lwip_examples: TCP and UDP Echo Client Example using LwIP Stack (RAW API) for Nucleo-F429ZI and still the same, cant ping the board,
note that jumpers JP6 and JP7 are both on.
I even tried two different boards in case one is faulty, still no luck.
What am I missing here?
Regards,
