2026-04-13 6:46 AM
I am currently working on the STM32N6570-DK board and need guidance on FSBL configuration, multi-layer project structure, and external flash programming.
I enabled multiple peripherals in FSBL:
After enabling these, I am getting an "unsupported relocation" error.
Kindly guide:
Currently, the project has:
I would like to understand:
I am unable to properly flash code into external flash memory.
Details:
Kindly guide:
Please share:
This will help me proceed with camera + Ethernet streaming integration.
2026-04-14 7:08 AM
Hello @Selvarasu_K ;
I recommend you to refer to these examples
For more information about how to generate an ExtMemLoader using STM32CubeMX for STM32N6 devices; I advise you to look at Getting started with External memory Manager and External memory loader - stm32mcu
The below ressources can help you to start with STM32N6:
I hope this help you.
Thank you.
Kaouthar
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.
2026-04-30 12:39 AM
STM32N6570-DK – FSBL & Application Binary Handling and Jump to Application
I am now able to flash the binary into external flash memory successfully. However, I am facing issues with handling multiple binaries and execution flow.
These issues are blocking further progress. Kindly provide clear guidance or reference.