This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

How to change start address in armgcc

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?

Parents Reply Children
Related