Hi
I trying to understand the Linker Command file to make changes for my project.
I want Bootloader code and Application code to reside in FLASH at different memory locations.
Bootloader @ 0x0000 location. Application @ 0x2000. Do I need 2 Linker commands files, i.e. 1 for Bootloader and 1 for Application
Can you please provide sample linker command file with my above requirements?
Is there any link or document which gives insight to this?