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.

Code Generation Tool form 7.04 to 7.00 in CCS 3.3.38

Other Parts Discussed in Thread: CODECOMPOSER

Hi,

My setup is this: Code composer Studio 3.3.38, Windows XP, DSP TMS320LF2407, Jtag JET C2000.

I have a code written on CC (no studio) 4.2 compiled without problem with Code Generation Tools 7.0. This firmware run correctly on my DSP and I can debug it.

I'd like to change my code composer to CodeComposer Studio but I have some problem. The code that right work with CC 4.2 (using CGT 7.0) don't correct compile in CCS 3.3.38 (using CGT 7.04) infact the output file is too large for DSP memory and it isn't possible load it.

When I look .map file I can understand that the .C files don't compile like old system. They increase they dimension of about 770word but I haven't this free space on DSP memory. The setting of the compiler are the same (optimization ... ).

The question is it:

Is there some possibility to change Code Generation Tools of CCS 3.3.38 from 7.04 to 7.0 (a downgrade)?

Thanks.