DSP5000实验箱上完整的实验程序,很有参考价值
源代码在线查看: dtmf.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectName="Dtmf"
ProjectDir="D:\DSP-EXP-II\5410exp2\communication\exp02\DTMF_cpu2\Dtmf\"
ProjectType=Executable
CPUFamily=TMS320C54XX
Tool="Compiler"
Tool="DspBiosBuilder"
Tool="Linker"
Config="Debug"
Config="Release"
[Source Files]
Source="..\Dtmf.c"
Source="..\InitC5410.asm"
Source="..\rts.lib"
Source="..\ad50.cmd"
["Compiler" Settings: "Debug"]
Options=-g -q -fr"D:\DSP-EXP-II\5410exp2\communication\exp02\DTMF_cpu2\Dtmf\Debug" -d"_DEBUG"
["Compiler" Settings: "Release"]
Options=-q -o2 -fr"D:\DSP-EXP-II\5410exp2\communication\exp02\DTMF_cpu2\Dtmf\Release"
["DspBiosBuilder" Settings: "Debug"]
Options=-v54
["DspBiosBuilder" Settings: "Release"]
Options=-v54
["Linker" Settings: "Debug"]
Options=-q -c -o".\Debug\Dtmf.out" -x
["Linker" Settings: "Release"]
Options=-q -c -o".\Release\Dtmf.out" -x