cancel
Showing results for 
Search instead for 
Did you mean: 

have interrupt after a jump

ludovic-micou2
Associate III
Posted on September 29, 2010 at 10:40

have interrupt after a jump

1 REPLY 1
Posted on May 17, 2011 at 14:09

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.
Tips, buy me a coffee, or three.. PayPal Venmo Up vote any posts that you find helpful, it shows what's working..