2025-09-11 12:07 PM
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
Solved! Go to Solution.
2025-09-25 10:01 AM
I also found the issue after checked Show Advanced Parameters under Key Options.
Thanks.
JYI
2025-09-11 12:10 PM
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.
2025-09-25 7:24 AM
2025-09-25 7:38 AM
Change LWIP_NETIF_HOSTNAME to Enabled to get rid of the error.
After:
2025-09-25 10:01 AM
I also found the issue after checked Show Advanced Parameters under Key Options.
Thanks.
JYI