No matter what I do, I cannot get a ping out of STM32F7 (ETH, LWIP)
Hi,
I made a post a few weeks ago but I can’t find it now because I think this forum may have been updated.
I have an STM32F779I-EVAL and I’ve managed to get LwIP_HTTP_Server_Raw compiled and running from this repo (STM32CubeF7/Projects/STM32F769I_EVAL/Applications/LwIP/LwIP_HTTP_Server_Raw).
The display turns on, and within the debugger, there is no issue. It shows a DHCP timeout and then states its IP is 192.168.0.10, this is fine by me.
With a normal ethernet cable connected to a network switch, or even using a crossover ethernet cable, I get nothing when I ping 192.168.0.10. Ethernet is set up correctly within Windows.
Does anyone have a clue what’s going on here?
I’ve tried basically every tutorial on the internet at this point to ping the device. The most hopeful looks like this one, but still nothing. I’ve also got a Nucleo-H755ZI-Q which doesn’t work with any example.
I’m starting to think maybe it is my set up but I’ve tried across multiple computers, all using the correct settings (as far as I’m aware).

I just want to get a pingable board working. I know it’s a bit complicated because you have to sort out linkers, that’s why I want to just get a pre-existing sample project working first.
Thank you
