2022-11-04 12:56 AM - last edited on 2025-06-19 2:50 AM by Andrew Neil
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...
2022-11-04 3:22 AM
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.
2022-11-04 6:18 AM
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.