SLAA534A June 2013 – June 2020
For the MSP430, the following processor-specific attribute flag may be used in the TI toolchain:
SHF_MSP_NOINIT identifies a section that contains variables that are not initialized. The NOINIT attribute can apply only to the .TI.noinit and .TI.persistent sections. For example:
".TI.noinit" SHT_NOBITS SHF_MSP_NOINIT
".TI.persistent" SHT_PROGBITS SHF_MSP_NOINIT
Linkers should not create .cinit records for these sections.