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.

What is the equivalent to LOCATION pragma in GCC compiler

Other Parts Discussed in Thread: MSP430F2410

What is the equivalent GCC code for the below TI compiler code.

CCS6.0/MSP430F2410

#pragma LOCATION (TxIV,TXIV_ADDRESS)
__no_init volatile WORD TxIV;