2025-04-22 7:50 AM
I've got a project that has the following files in the tree view:
All is well if I clean and build, but if I open the .ioc and "Generate Code", the tree changes to:
and the project then fails to build due to a duplicate system_stm32g0xx.c file.
Why is this getting added and how do I stop it?
I am using STM32CubeIDE V1.18.1.
Solved! Go to Solution.
2025-04-23 4:18 AM
I have created a new workspace and recreated the project from the .ioc file, and it looks like everything is back to normal.
I guess that means something in the workspace's metadata was not valid?