Nucleo-F767ZI Ethernet LWIP Ping causes crash
Hello,
I just started my experience with STM32 MCUs with a NUCLEO-F767ZI board. I tried to utilize the Ethernet Port of the Nucleo Board. I created a small test Firmware to get known to LWIP and FREERTOS, since i want to use both in my later Firmware. DHCP and IP Address allocation now finally works and I am able to ping the device. I use the automatically created thread to blink the led. The problem is that the device stops after some time to answer to the pings. Also the LED stops blinking. In debugger something is happening, but it doesnt seem like the thread function is called anymore. Even if I dont ping the device it stops after some time blinking. Only if I disconnect the cable it runs like charm.
I have uploaded my whole code to github, maybe somebody can tell me where my problem is.
Also, is ther a way to debug the FREERTOS with the STM32CubeIDE?
Help is very appreciated.
Thanks
https://github.com/darkmaterial/Nucleo-FZ767ZI_Ethernet_Test
