Tool/software:
Hi,
There is register that survive to the soft reset but have a well defined values after a POR and can be used to pass information to a customized second stage bootloader?
I want ot software select between two application:
1. C6678 EMIF16 Boot: RBL hand over ot the custom second stage boot loader (SSBL)
2. SSBL check the register to choose between two application:
if register is equal to the POR normal value, boot APP1
if register is equal to a special key value, boot APP2
The APP1 can set the special register to the special key for APP2, then start a device soft reset that will relunch the RBL and then SSBL. The SSBL will launch APP2 instead of APP1