STM32CubeMX LwIP without RTOS - Ping doesn't work (Code generated by CubeMX)
I'm working with the STM32F429ZI (Nucleo) board. STM32CubeMX v5.3.0, generating code for IAR Workbench.
I've set a static IP address, and otherwise kept default settings.
I've created a basic CubeMX project with just LWIP enabled and unable to ping the board.
In the main function call part of code generated calls function MX_LWIP_Init() and in while(1) MX_LWIP_Process() - don't see any error or timeout ,just keeps polling in while loop. ( I could see the ethernet led's ON after passing through initialization phase)
Also when i tried the HTTP server(netconn) example with FreeRTOS was able to get the application working.
Could anyone suggest what I am missing in my test setup ?
