cancel
Showing results for 
Search instead for 
Did you mean: 

Flash Address setting to write main program starting from specific address

aal
Associate
Posted on April 10, 2013 at 09:30

Hope to set my program starting from a specific flash address, 

now the program should start from 0x08000000, can I chance to save

my program from let say 0x08001000? 
1 REPLY 1
Posted on April 10, 2013 at 11:52

In Keil there is a GUI allowing you to set the address and size of the IROM1 memory region, and the linker will dutifully build code for that location.

Other tools have similar controls, or can be adjusted using scatter files, or linker scripts.
Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..