I'm trying to figure out how to change the start address of my application when chip has a bootloader flashed on it.
For example :
Bootloader address = 0x0
Main application = 0x01000
Do I have to add any flags on the makefile without modifying the linker script?