Skip to main content
Explorer
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

    This topic has been closed for replies.
    Best answer by JYI2

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

    Thanks.

    JYI

     

     

    2 replies

    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.

    JYI2Author
    Explorer
    September 25, 2025

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

    JYI

     

    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

     

    JYI2AuthorAnswer
    Explorer
    September 25, 2025

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

    Thanks.

    JYI