Skip to main content
Associate II
March 14, 2025
Solved

STM32CubeIDE: Application Strucutre is stuck to Advanced

  • March 14, 2025
  • 2 replies
  • 874 views

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.

Best answer by TDK

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

2 replies

TDK
TDKBest answer
Super User
March 14, 2025

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

"If you feel a post has answered your question, please click ""Accept as Solution""."
Pavel A.
Super User
March 14, 2025

I ended up with a massive main.c

??? Do you actually mean, create separate c & h files for each peripheral?

PavelA_0-1741920890881.png

 

RomderAuthor
Associate II
March 14, 2025

I apologize, this was indeed a separate issue..