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.

How to set "reset vector" in fixed address

Other Parts Discussed in Thread: MSP430F5510

Hello sir,

I using CCS V6 to develop for MSP430F5510.

I need reset vector in fixed address(0x9000).

How to set CCS complier to fixed address for reset vector?

lnk_msp430f5510.cmd

/****************************************************************************/
/* SPECIFY THE SECTIONS ALLOCATION INTO MEMORY */
/****************************************************************************/

SECTIONS
{

.....
SYSNMI : { * ( .int62 ) } > INT62 type = VECT_INIT
.reset : {} > RESET /* MSP430 RESET VECTOR */
}

Thanks.

**Attention** This is a public forum