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/TMS320F280049C: DATA_SECTION Pragma and memory allocation

Part Number: TMS320F280049C

Tool/software: Code Composer Studio

Dear TI Hello,

I am using the DATA_SECTION pragma to define a memory table in RAM for as 1024 floating table.

In the C file I write this line of code:

#pragma DATA_SECTION(InputBuff,"RFFTInput");

STATIC REAL InputBuff[SAMPLE_NB];

In the .cmd file maped the inputBuff to RAMSL5

In another c file i use this table to compute the FFT algorithm,

I have an issue within this file, the compiler prompted undefined variable InputBuff

Could  you help me with the "Pragma" definition?

Thank you in advance for help,

S.Tarik,