Forum : ARM
Original Post
Post Information | Post |
---|---|
March 6, 2008 - 11:54am
|
Hi, I use DFU program from ST. When I compile my application code, I need that program be at 0x8003000 adress. If someone has a example for DFU and Applicative code? I use Ride7 and Reva3.3 with a STM32F103RBT6 Thanks! |
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