2013-04-10 12:30 AM
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?2013-04-10 02:52 AM
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.