2010-09-29 01:40 AM
have interrupt after a jump
2011-05-17 05:09 AM
If your boot loader and application code are in separate regions of flash, and each has it's own startup/interrupt vector table you will need to relocate/set the address the NVIC uses.
The boot loader needs to turn off interrupts it enabled, or transfer control/information about them to the application. Interrupts are certainly workable in both.