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: Reset vector to own code

Part Number: MSP430F479

Tool/software: Code Composer Studio

Hi,

I need tos et the Reset Vector to my own code, without rts430xxx library functions.

I will write my own bootloader, in a fix memory range in that is also include the interrupt vectors. (0xf000 - 0xffff)

So I flash once the bootloader with JTAG and then the bootloader and Interrupt vectors must deleted and reflashed.

My problem is that the compiler/linker always set the reset vector to "_c_int00_noargs_noexit" and execute some RTS430 functions before start my own code. but the rts430 code can be on different ranges.

(sorry for my english)