DFU Bootloader don't execute code
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2010-06-02 2:10 PM
Posted on June 02, 2010 at 23:10
DFU Bootloader don't execute code
This discussion is locked. Please start a new topic to ask your question.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-05-17 4:53 AM
Posted on May 17, 2011 at 13:53
I forgot to change linker script. Now it works fine.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-05-17 4:53 AM
Posted on May 17, 2011 at 13:53
JumpAddress = [ApplicationAddress + 4]; // The Address @
The pointer to the stack is at ApplicationAddress + 0, the pointer to the first instruction is at ApplicationAddress + 4. Refer to the Cortex-M3 vector table documentation if this is unclear.
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..
