fir_test.pjt

来自「C54X下的FIR滤波器程序」· PJT 代码 · 共 39 行

PJT
39
字号
; Code Composer Project File, Version 2.0 (do not modify or remove this line)

[Project Settings]
ProjectName="fir_test"
ProjectDir="F:\dspfiles\MY STUDY\C\fir_test\"
ProjectType=Executable
CPUFamily=TMS320C55XX
Tool="Compiler"
Tool="DspBiosBuilder"
Tool="Linker"
Config="Debug"
Config="Release"

[Source Files]
Source="D:\Installed\ccs\c5500\cgtools\lib\rts55.lib"
Source="D:\Installed\ccs\c5500\dsplib\55xdsp.lib"
Source="fir.asm"
Source="fir.c"
Source="5509.cmd"

["Compiler" Settings: "Debug"]
Options=-g -q -fr"F:\dspfiles\MY STUDY\C\fir_test\Debug" -d"_DEBUG"

["Compiler" Settings: "Release"]
Options=-q -o2 -fr"F:\dspfiles\MY STUDY\C\fir_test\Release"

["DspBiosBuilder" Settings: "Debug"]
Options=-v55

["DspBiosBuilder" Settings: "Release"]
Options=-v55

["Linker" Settings: "Debug"]
Options=-q -c -o".\Debug\fir_test.out" -x

["Linker" Settings: "Release"]
Options=-q -c -o".\Release\fir_test.out" -x

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?