Question
STM32N6570-DK – FSBL & Application Binary Handling and Jump to Application
I am able to flash the binary into external flash memory successfully. However, I am facing issues with handling multiple binaries and execution flow.
Issues:
- FSBL & Application Binary Flashing
I have two separate binaries (FSBL and Application). I am able to flash only one binary at a time.
Kindly guide how to flash both binaries properly (same address 0x70000000 or different memory sections like 0x70010000). - Jump to Application
FSBL should run first and then jump to the Application.
Kindly explain how to implement the jump to application correctly and ensure proper execution flow. - Project Structure & Peripheral Allocation
The project has multiple layers (FSBL, Application, External loader).
For reference i tried the suggested example project VENC_RTSP_Server does not include .ioc file, so i didn't get clarity to enable peripherals in which sub projectes.
Kindly clarify:- How these layers work together
- Which functionalities/peripherals should be handled in each layer
These issues are blocking further progress. Kindly provide clear guidance or reference.
