2025-03-13 6:24 PM
Hello everyone!
Everything is in the title. I'm not sure at which point I changed the structure to Advanced (probably when trying to debug), but I ended up with a massive main.c file. Now, the Application Structure cannot be changed. Do I need to remake the project from scratch, or is there a way to revert to basic?
Thanks in advance.
Solved! Go to Solution.
2025-03-13 7:35 PM
From looking around, the project structure is meant to be fixed on project creation, but you can edit it manually within the IOC file in a text editor.
Solved: STM32CubeMX 6.13.0 - Application Structure is Basi... - STMicroelectronics Community
2025-03-13 7:35 PM
From looking around, the project structure is meant to be fixed on project creation, but you can edit it manually within the IOC file in a text editor.
Solved: STM32CubeMX 6.13.0 - Application Structure is Basi... - STMicroelectronics Community
2025-03-13 7:54 PM
> I ended up with a massive main.c
??? Do you actually mean, create separate c & h files for each peripheral?
2025-03-13 8:43 PM
I apologize, this was indeed a separate issue..