This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello.
I'm trying to two program( bootloader / application) on CPU1 flash.
Now, bootloader located Sector0~Sector3, application is located Sector4~13.
When booting, First bootloader operate and jump to application (Sector4).
But, I want bootloader to located lower sector (ex. sector9~).
In the usermanual, It is possible that flash entry address programmed.
I can't know, How run it.
Pleas Tell me how to do it.
Thank you!
you can refer TRM 5.4.2 Configuring Boot Mode Table Options for CPU1 to configure to boot from different sector.
But once you change it will always boot from new sector. You cant toggle between both sectors.