cpd55.pjt
来自「CP detector (CPD) only reports the onset」· PJT 代码 · 共 44 行
PJT
44 行
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="C:\ti\myprojects\cpd55\"
ProjectType=Executable
CPUFamily=TMS320C55XX
Tool="Compiler"
Tool="DspBiosBuilder"
Tool="Linker"
Config="Debug"
Config="Release"
[Source Files]
Source="..\..\c5500\cgtools\lib\rts55x.lib"
Source="cpd.c"
Source="cpda.s55"
Source="cpdr.c"
Source="cpds.c"
Source="i_cpd.c"
Source="icpd.c"
Source="itg.c"
Source="main.c"
Source="tg.c"
Source="Linksim.cmd"
["Compiler" Settings: "Debug"]
Options=-mg -q -pdr -pdv -pden -arR5673 -arR5573 -o2 -fr"C:\ti\myprojects\cpd55\Debug" -i"." -i"\ti\myprojects" -d"_DEBUG" -d"_dsp" -ml
["Compiler" Settings: "Release"]
Options=-q -o2 -fr"C:\ti\myprojects\cpd55\Release"
["DspBiosBuilder" Settings: "Debug"]
Options=-v55
["DspBiosBuilder" Settings: "Release"]
Options=-v55
["Linker" Settings: "Debug"]
Options=-q -c -m".\Debug\cpd55.map" -o".\Debug\cpd55.out" -x
["Linker" Settings: "Release"]
Options=-q -c -m".\Release\cpd55.map" -o".\Release\cpd55.out" -x
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?