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.

CCS/TIDM-1007: #pragma SET_DATA_SECTION("controlVariables")

Part Number: TIDM-1007
Other Parts Discussed in Thread: SFRA

Tool/software: Code Composer Studio

#pragma SET_DATA_SECTION("controlVariables")
// RAMP to generate forced angle when grid is not present
RAMPGEN rgen1;
volatile float sineAngle;

GI_STRUCT gi;

GV_STRUCT gv;

What's the function of the code ''#pragma SET_DATA_SECTION("controlVariables")''?

#pragma SET_DATA_SECTION()

// datalogger
DLOG_4CH dLog1;
float dBuff1[100], dBuff2[100], dBuff3[100], dBuff4[100];
float dVal1, dVal2, dVal3, dVal4;

//--- SFRA Related Variables ---

What's the function of the code ''#pragma SET_DATA_SECTION()''?