This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/MSP430F479: Bootloader and fixed reset address

Part Number: MSP430F479

Tool/software: Code Composer Studio

Team,

my customer has developed a custom bootloader and it is at a fixed address. Accordingly, there are interrupt vectors also on a fixed address and pointing to the interrupt addresses.

Problem
Code Composer Studio always sets the interrupt vector to a routine „_c_int00_noinit_noargs_noexit“.
How can I tell Code Composer (or the linker) to use a fixed reset address instead the address of „_c_int00_noinit_noargs_noexit“?

Thanks for your support!