This repository contains the source code for the article titled "How to Create an STM32N6 FSBL Load and Run" published on the STMicroelectronics community website.
You can read the full article for the Load and Run here: How to Create an STM32N6 FSBL Load and Run You can read the full article for the XIP here: How to execute code from an external serial NOR using the STM32N6 You can read the full article for the PSRAM here: How to execute code from the external PSRAM using the STM32N6
LoadAndRun/
: Contains the source code and project files for the STM32N6 FSBL Load and Run example.XIP/
: Contains the source code and project files for the STM32N6 FSBL XiP examplePSRAM/
: Contains the source code and project files for the STM32N6 FSBL PSRAM example
To get started with the source code, clone this repository and follow the instructions provided in the article.
git clone https://github.com/stm32-hotspot/STM32N6_FSBL_Modes.git
cd STM32N6_FSBL_Modes