2026-05-03 11:20 PM
I am 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.
2026-05-03 11:57 PM
Hi @Selvarasu_K
Did you refer to this article How to create an STM32N6 FSBL load and run? It should be helpful to get started and refer to section 2.2 Second demo with FSBL and application specifically, as you need to configure XSPI interface in FSBL context to be able to copy the application content from the external FLASH to internal RAM, and execute the code from there.
I hope it's clear!
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.