STM32H7R3 "Boot" and "Appli" projects in STM32CubeIDE.
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.
