Topic : Ride Linker

Forum : ARM

Original Post
Post Information Post
March 6, 2008 - 11:54am
Guest

Hi,

I use DFU program from ST.
I specifie that application code is at 0x8003000 address.

When I compile my application code, I need that program be at 0x8003000 adress.
In Project properties, LDLinker, there is no setting for configuration of linker.
Maybye it's present in Startup but I don't found it.

If someone has a example for DFU and Applicative code?

I use Ride7 and Reva3.3 with a STM32F103RBT6

Thanks!

Replies
Post Information Post
+1
0
-1
March 10, 2008 - 9:13am
Guest

Hello,

you would need a custom linker script for that. The default LD scripts used by Ride are autogenerated so don't modify them directly, but they can serve as a basis to create your own startup script and define, for example, the ".text" section start address at 0x8003000.

I will try to see if it is possible to add an option that automatically adjusts the start address.

regards
Lionel