Forum : ARM
Original Post
Post Information | Post |
---|---|
September 12, 2007 - 11:54am
|
I need technical support for the following: Would like to be able to set the start address of a program at 0x08002000 on a STM32F103RBT6, load the vector table and the program code set next to this address. Can't find proper directive to do that thing. I can’t change the code start address in the PROCESSOR menu using ride7. Is there any ways to do that Thanks a lot Stéph |
Hi Stéphane,
the best recommended way is to create a customized linker script (you can use as a basis the autogenerated scripts and include them into one standalone file) and modify the FLASH line in the MEMORY section that looks like this:
regards
Lionel