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.

Defining local memory in IRAM memory

 

Hi, I would like to know how to configure the code composer for compile the local variables in IRAM memory.

I'm using the CCSvs3 and DM6437DSP.

Thanks.

  • To link the local variables in IRAM, you need to configure the Memory Section Manager (MEM) in your .tcf file if you are using BIOS.  Open the Properties of the Memory Section Manager (right click => choose properties).  Click the BIOS Data tab and choose IRAM for the Stack Section drop down menu.  The local variables are placed in the stack.  See the picture below.