cancel
Showing results for 
Search instead for 
Did you mean: 

Nucleo F207: MX_LWIP_Init() not getting executed

SKast.1
Associate II

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...

This discussion is locked. Please start a new topic to ask your question.
2 REPLIES 2
Rim LANDOLSI
ST Employee

Hello @Community member​ ,

At first , let me thank you for reporting this issue.

I think you have to verify if LWIP stack is enabled in your *.ioc file pinout configuration .

I tried to reproduce the issue using stm32F207ZG Nucleo board and it works without any issue when enabling LWIP .

Thank you

Rim.

SKast.1
Associate II

Hi Rim,

Thanks for the suggestion..

I have checked my .ioc file and LWIP is enabled.

Can you please share me the .ioc file configured.