Hi,
We have developed an application using MSP430G2452 and we
need to place some constant data into INFO D memory.
using "DATA_SECTION" pragma like below, we are not able to place the Constant data
into the Info memory.
#pragma DATA_SECTION(data, ".infoD")
const unsigned int data = 0x12;
It works fine when the "Output Format" is changed to "Legacy COFF".
But since our whole project is developed under "EABI" Output Format,
the application doesn't work properly if we change the output format to "Legacy COFF".
Please let us know if there is any way to store constant data(INFO memory)
retaining "EABI" format.
Regards.
Paddu