SPRAC71B February 2019 – October 2023
For the C28x, the following processor-specific attribute flag may be used in the TI toolchain:
TI_SHF_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 TI_SHF_NOINIT
".TI.persistent" SHT_PROGBITS TI_SHF_NOINIT
Linkers should not create .cinit records for these sections.