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 RETAIN and DATA_SECTION in GCC compiler

Other Parts Discussed in Thread: MSP430F2410
#pragma RETAIN(bslkey)
#pragma DATA_SECTION(bslkey, "BSLSKEY")
const WORD bslkey = 0xAA55;

How can i write a equivalent in GCC compiler for the above TI compiler code in CCS6.0

MCU:MSP430F2410