I want to jump to Bootloader through user appl. Do not want to use any IO port for that (i/p detect).
I tried by defining a non volatile var in RAM(by defining it as NO_INIT in prm). Then set that var before soft reset(COPCTL & ARMCOP). & check in startup in user app. But after reset the user app. executes instead of Bootloader.
How to jump to Bootloader through User app.