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: Old software for TMS320FL2407 under CCS v2.0



Tool/software: Code Composer Studio

Dear ladies and gentlemen,

 we got an old PCB from our customer equipped with an TMS320FL2407 DSP from TI. We should do a software change here but on our CCS there is no option to import the old project file or even to build software for that kind of DSP.

 Do you have any idea how I’d be able to compile this old software? I attached the project file for you. There you can see that it was originally build under the 2.0 CCS with the TMS320C24XX CPUFamily.

 Kind regards

Stefan

AS.pjt:
; Code Composer Project File, Version 2.0 (do not modify or remove this line)

[Project Settings]
ProjectDir="C:\SOFT\"
ProjectType=Executable
CPUFamily=TMS320C24XX
Tool="Compiler"
Tool="Linker"
Config="Debug"

[Source Files]
Source="bootload.c"
Source="bootvec.asm"
Source="CAN.c"
Source="clr_alg.asm"
Source="CopyAlgo.asm"
Source="CTRL.c"
Source="era_alg.asm"
Source="f2407def.asm"
Source="flash.c"
Source="IVEC.ASM"
Source="MAIN.C"
Source="PARA.C"
Source="pgm_alg.asm"
Source="PWM.ASM"
Source="REG.C"
Source="SAFE.C"
Source="SCI.C"
Source="VAR.ASM"
Source="VARPWM.C"
Source="LINK.CMD"

["Compiler" Settings: "Debug"]
Options=-g -k -q -s -al -as -o0 -d"_DEBUG" -mn -aw -v2xx

["Linker" Settings: "Debug"]
Options=-i"c:\ti\c2400\cgtools\lib" -l"rts2xx.lib" -v1]
[Automotive App: N]
[Military Entity: N]
[SR Source: Web]

  • Stefan,

    Just one clarification: despite what the header says, the version number is related to the .pjt file format and not to the CCS version - in other words CCSv3.3 projects have the same version on the header.

    In this case we offer the option of purchasing a version of CCSv3.3 that is suitable for F24x devices. Please check the link below:
    www.ti.com/.../ccstudio3

    Hope this helps,
    Rafael