fir.pjt

来自「TMS320C5509A上实现FIR滤波器」· PJT 代码 · 共 42 行

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

[Project Settings]
ProjectDir="F:\maverick\source\5509program\FIR\"
ProjectType=Executable
CPUFamily=TMS320C55XX
Tool="Compiler"
Tool="CustomBuilder"
Tool="DspBiosBuilder"
Tool="Linker"
Config="Debug"
Config="Release"

[Source Files]
Source="Fir.c"
Source="fir.cmd"

["Compiler" Settings: "Debug"]
Options=-g -q -fr"F:\maverick\source\5509program\FIR\Debug" -d"_DEBUG" -ml

["Compiler" Settings: "Release"]
Options=-q -o2 -fr"F:\maverick\source\5509program\FIR\Release"

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

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

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

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

["fir.cmd" Settings: "Debug"]
LinkOrder=1

["fir.cmd" Settings: "Release"]
LinkOrder=1

⌨️ 快捷键说明

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