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.

TM4C1290NCPDT: how to force a list of global variables in a specific RAM section

Part Number: TM4C1290NCPDT

Tool/software:

Hi,

I need to force a huge list of global variables in a specific RAM section.

I'm using the DATA_SECTION pragma like this:

where ".cal_par_block_ram" is the RAM section. But I have to set DATA_SECTION for each variable using this method.

Is there a smarter method to force all the varibles at the same time?

Compiler: ti-cgt-arm_20.2.7.LTS

IDE: Code Composer Studio Version: 12.8.0.00012 

Thanks & Regards

Diego Greco