How to create separate liker file for Bootloader and application.
Hi All,
I'm developing a secondary bootloader to load my main application to flash memory.
I used example bootloader code for my controller SPC560L3.
I have some questions related to the linker files. How I can create separate linker files for my Bootloader and application code.
As shown in the below pic, Bootloader code starts from 0x0000 address and ends at 0x8000.
Application starts from 0x8000 address.
How I can create .ld file to use these addresses. How to shift my vector table address for main application 0x8000.
Please help me with any example code or suggestions.
Thanks,
Basava.

