cancel
Showing results for 
Search instead for 
Did you mean: 

DFU Bootloader don't execute code

thomasblender9
Associate II
Posted on June 02, 2010 at 23:10

DFU Bootloader don't execute code

2 REPLIES 2
thomasblender9
Associate II
Posted on May 17, 2011 at 13:53

I forgot to change linker script. Now it works fine.

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..