2023-04-14 02:50 AM
I have two firmware saved into my Flash Memory at two different addresses (the former is a bootloader and the latter is my main application). After the micro is entered in Stanby Mode, I wish it would just load only my main application, skipping the bootloader.
I tried to use some registers specified in the reference manual ( For example ME_CADDR0_ADDR or SSCM_PSA_SADR) but it doesn't seem to work.