2025-09-16 4:05 AM - last edited on 2025-09-16 4:40 AM by Andrew Neil
STM32CubeMX always generates the function MX_LWIP_Init even when its generation is disabled. This causes a redefinition during compilation if a custom implementation already exists. On every regeneration the autogenerated file re inserts the function and its prototype, triggering the conflict.
Board: Custom
CPU: STM32H743IITx
2025-09-16 4:08 AM
Hello @AAlis.23 ,
Let met thank you for posting.
For more investigation, I suggest please that you provide your Ioc.File.
Thanks.
Mahmoud
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2025-09-16 4:19 AM