Skip to main content
SKast.1
Associate
November 4, 2022
Question

Nucleo F207: MX_LWIP_Init() not getting executed

  • November 4, 2022
  • 2 replies
  • 907 views

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 topic has been closed for replies.

2 replies

Rim LANDOLSI
ST Employee
November 4, 2022

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
SKast.1Author
Associate
November 4, 2022

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.