Skip to main content
Associate
September 11, 2025
Solved

STMCubeIDE v1.19.0 and STMCubeMX v6.15.0 Migration Caused LWIP Issue

  • September 11, 2025
  • 2 replies
  • 347 views

After migration to STMCubeIDE v1.19.0 and STMCubeMX v6.15.0 the working project based on STM32H7 Nucleo-144 Board (STM32H723ZGTx) shows red x for Pinout & Configuration caused by LWIP -> Key Options -> Network Interfaces Options with red x. This error blocks the code generation process.

Any suggestions?

Thanks.

JYI

Best answer by JYI2

I also found the issue after checked Show Advanced Parameters under Key Options.

Thanks.

JYI

 

 

2 replies

TDK
Super User
September 11, 2025

Hover over the red X to find out the reason for the error.

Include the IOC here if you want someone to take a look.

"If you feel a post has answered your question, please click ""Accept as Solution""."
JYI2Author
Associate
September 25, 2025

Hover over the red X didn't show any message.

JYI

 

TDK
Super User
September 25, 2025

Change LWIP_NETIF_HOSTNAME to Enabled to get rid of the error.

TDK_0-1758811038000.png

After:

TDK_1-1758811072446.png

 

"If you feel a post has answered your question, please click ""Accept as Solution""."
JYI2AuthorBest answer
Associate
September 25, 2025

I also found the issue after checked Show Advanced Parameters under Key Options.

Thanks.

JYI