have interrupt after a jump
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2010-09-29 01:40 AM
Posted on September 29, 2010 at 10:40
have interrupt after a jump
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2011-05-17 05:09 AM
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..
Up vote any posts that you find helpful, it shows what's working..