#pragma
Correctly places the array CTL_Vars in Flash .infoB Segment, but CCS Debug Active Project does not initialize the array which includes ={a, b, c .... n} initialization parms.
While testing prior to adding the #pragma to store the array in flash .infoB, the default linker location correctly initialized the array.
Both a memory map and a RF2500 transmission of the array show the contents of the array as all 0xFF (only erased).
I only have the CCS Debug Active Target "Load Target Function" available for loading my MSP430 RF2500 target boards.
How can I get this Flash .infoB DATA_SECTION initialized?
DATA_SECTION(CTL_Vars, ".infoB");