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/TMS320C6748: Help in importing txt file

Part Number: TMS320C6748

Tool/software: Code Composer Studio

Hi,

I am trying to import a txt file which contain 4 columns of number so that i can plot them out. I am using the fstream function written in cpp. Whenever I build it give the following error.

"../C6748.cmd", line 37: error #10099-D: program will not fit into available memory. placement with alignment fails for section ".text" size 0x32a20 . Available memory ranges:
SHRAM size: 0x20000 unused: 0x1b937 max hole: 0x1b930
error #10010: errors encountered during linking; "Plot_Data.out" not built

 Does this mean that i do not have enough memory?