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]