Forum : Ride IDE
Original Post
Post Information | Post |
---|---|
February 13, 2017 - 6:40pm
|
I have a bootloader starting at 0x00000000 and an application starting at 0x00008000 (32KB). For debugging the application, how do I tell the Rlink to start at 0x8000? The bootloader is at 0x0000, but when debugging the application the bootloader gets erased, so if I start from 0x0000, the code locks up. |
Hello,
Just add the .hex (or elf) of the bootloader in your application, like a source file.
Then the bootloader will be (re)programmed along with your application.
You can find more information on this topic here:
http://support.raisonance.com/node/431905
Best Regards,
Vincent
Easy!