2025-01-30 05:02 AM - last edited on 2025-01-30 05:12 AM by Andrew Neil
Hello.
I have some issues with creating working project in STM32Cube.
Creator asks for this:
Also I read this:
This indicates that there are two subprojects ([boot] and [appli]), but not explains what for.
I created test program, and saw that boot configures Clocks, but appli not (only updates some "system" variables).
Both boot and appli have non ending while loops in their main(). So I don't understand how these subprojects will work. I think (maybe wrong) that appli code will newer be executed, as boot code newer exits their main code.
Can anybody explain to me why there are two or tree subprojects? Are there necessary?
At least for beginning, I want to create as simple as possible Blinking LED project. It will fit on internal 64 kB MCU flash.
I wrote one, and successfully flash it into MCU, but it not works.
I have proper VDD, SMPSFB and VCORE voltages (3.3V, 1.36V and 1.1V respectively), and ST-Link connects with my MCU successfully. So there must be a problem with proper use of these subprojects.
2025-01-30 06:28 AM
Hello @Pawel Piwowarski,
You can start by these resources:
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.