Topic : Help, I can't debug my application at 0x08001900

Forum : Ride IDE

Original Post
Post Information Post
April 22, 2009 - 11:05am
Guest

I have selected the following in my linker file to place my application at 0x08001900 (because my bootloader is going to be placed at 0x08000000).

FLASH (rx) : ORIGIN = 0x8001900

But when I try to debug my application I can’t. But if I set:

FLASH (rx) : ORIGIN = 0x8000000

Then I can debug my application.

What should I do to be able to debug it at 0x08001900?

Replies
Post Information Post
+1
0
-1
April 22, 2009 - 5:34pm
Guest

Hi

From your flash start address it seems you are working on stm32.
May be you can move this subject to ARM section:
Please have a look at this post:
http://raisonance-forum.xsalto.com/viewtopic.php?id=2738

Regards,
Matloub