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.

Memory sections

My programs have just gotten big enough to not fit in my L2RAM. :-)

I can more sections in the .cmd file to other sections (say, the DDR).

Is there any preference to what I move to the DDR? Is there a document explaining what all the sections are?

  • Hi Arya,

    You can find the sections definition in the DSP/BIOS user's guide or using the CCS help, start moving the init sections and the constant, you can also move functions that are not part of the critical SW (use #pragma)

    BR,

    HR