2010-06-02 02:10 PM
DFU Bootloader don't execute code
2011-05-17 04:53 AM
I forgot to change linker script. Now it works fine.
2011-05-17 04:53 AM
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.