STM32N6 FSBL vs Application
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2025-03-28 3:15 AM
Hi,
I'm starting to try things with the new N6 MCU serie using the NUCLEO-N657X0-Q devboard on STM32 CubeIDE 1.18.0.
I'm pretty confused with the new .ioc project configuration and the possibility to configure my board on "FSBL" or "App".
I generated a first project and I'm surprised to see that 2 subproject have been generated in my folder:
- myProject_Appli
-myProject_FSBL
Because I don't want to use FSBL my first idea is to code in Appli but the first thing I see is that there is no
SystemClock_Config(); in my main().
I can directly see the effect of this because for exemple my Timer Clock is limited to 64MHz while it is configured to 400Mhz in the Clock config menu of the .ioc.
Is the solution just to copy/paste the SystemClock_Config(); that i can find in my "FSBL" app or am I missing something?
Thanks in advance for your help!
jmF
- Labels:
-
STM32CubeMX
