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/TMS320F28379D: how to fit my code in RAM?

Part Number: TMS320F28379D

Tool/software: Code Composer Studio

Hello,

I have written a code in CCS and when I want to upload it to the RAM, it gives an error that the program does not fit into the available memory. The error is #10099-D, which says that the program does not fit into .text linker. By trial and error I saw that some parts of my code has expressions like "(W[6]*v14*AM*((4*c13)-(3*c)))" and apparently thses expressions make problem because when I remove them the program fits into the memory. Is there any way that I keep thse lengthy expressions and fit my code into the memory?

Regards,

Ata