Question
Nucleo F207: MX_LWIP_Init() not getting executed
Hi,I am using Stm32f207 Nucleo board and generated the initialization codes with cubemx.
When I run the code with MX_LWIP_Init(); it's not getting executed.
Commenting it works fine.
Can anyone help me out to solve this issue...