I am using QSPI boot mode.
I put the bootloader in address 0x0 and address 0x400000.
In TRM 4.4.1.1.1.1
[ If the image fails to be read correctly from offset 0x0 of the flash
memory, the ROM will attempt to obtain the image at offset 0x400000. This is the only redundant image location
supported by the ROM.]
i understand that the SBL at address 0x400000 will be started if there is some thing wrong with the SBL in 0x0.
My question is
1.How can i know that the RBL load the SBL in address0x0 or address 0x400000?
2.when the SBL at address 0x0 and 0x400000 both fail to start,Can i do something such as turn on LCD?