Ping with freeRTOS and lwIP configuration
Hey there,
I am using an STM32F767ZIT6 and I am not realy an advanced programmer. The IDE I am using is STM32CubeIDE v1.1.0 .
When I create a new Project, I use the pinout configuration to initialize freeRTOS, ETH and lwIP. At System Core I changed the Timebase Source to a Timer. Also I change the clock configuration to 216 MHz, cause of ETH. In lwIP I disable DHCP and use a static IP. So far so good.
All other configurations are on default. Now I connect my Nucleo 144 to my PC and try to Ping, but nothing happend, no communication.
When debugging this project, I stuck in the lwIP init.
Are there any other configurations I need to do, to Ping my Board?
