Topic : STM32: Relocatable code

Forum : ARM

Original Post
Post Information Post
March 20, 2008 - 4:52pm
Guest

Hello,
I want to use Ride 7 for my Cortex M3 STM32 development. Is it possible to make relocatable code with the compiler?

Regards,
ubic1363.

Replies
Post Information Post
+1
0
-1
April 29, 2008 - 1:16pm
Guest

Hi ubic,

you can relocatable the code with Ride 7 .
It's possible in option "linker".

-Wl,--section-start -Xlinker .isr_vector=0x08003000

where 0x08003000 is the start adress that you want.
Don't forget to change the nvic