I can't find the correct way to relocate Interrputs Vectors with CCS6.2 for MSP430FR5969.
The blink led application use TIMER_A0 :
This code work fine with standard interrupt vectors locations: here's the linker :
But how to do if i want to move all Interrputs vectors After the FRAM (0x4400 + 0xBB00= 0xFF00) (Move IV 0x80 before the standard address).
The aim is to fit this application with Custom Bootloader.
Thx,