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/TMS320F28374S: CLA program memory to small

Part Number: TMS320F28374S

Tool/software: Code Composer Studio

Hello,

Is there a way to increase the program memory of the CLA above 0x2800 16-Bit words. I assigned LSRAM01 - LSRAM05 for the cla program  and LSRAM00 for the CLA data. But the linker tells that I need 0x2900 16-Bit Words for the program. In only need a small amount of data within the LSRAM00 (aprox. 0x200).

If there is no way are there other delfino parts with increased LSRAM sectors or more sectors ?

Would be glad for any hint.

Regards,

Dennis

  • Hi Dennis,

    LS0 - LS5 are the only memories accessible by the CLA. CLA1 also has access to the EMIF interface if need be.

    This is the largest amount of Local Shared memory available for this Deflino device.

    I recommend turning optimization on for the compiler. The CLA compiler may be able to eliminate opcodes and program memory such that you could then fit it in your CLA Program memory.

    You may also have some code which can be optimized. If you need some help with this, then you can post here and we may be able to help optimizing it.

    Hope this help.
    sal