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.

how to define section for a variable

Hi

When we define a uninitialized global array variable in a C file, after compilation on CCS, default it will be moved to .far section.

But i want to move this variable into .fardata section.

Can anybody please suggest how to do it?