fir.pjt
来自「C6000DSP的C语言程序示例 一共有3个 内容不错」· PJT 代码 · 共 32 行
PJT
32 行
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectName="fir"
ProjectDir="E:\yj\teaching\experiment outline\fir\"
ProjectType=Executable
CPUFamily=TMS320C67XX
Tool="Compiler"
Tool="DspBiosBuilder"
Tool="Linker"
Config="Debug"
Config="Release"
["Compiler" Settings: "Debug"]
Options=-g -q -fr"E:\yj\teaching\experiment outline\fir\Debug" -d"_DEBUG" -mv6700
["Compiler" Settings: "Release"]
Options=-q -o3 -fr"E:\yj\teaching\experiment outline\fir\Release" -mv6700
["DspBiosBuilder" Settings: "Debug"]
Options=-v6x
["DspBiosBuilder" Settings: "Release"]
Options=-v6x
["Linker" Settings: "Debug"]
Options=-q -c -o".\Debug\fir.out" -x
["Linker" Settings: "Release"]
Options=-q -c -o".\Release\fir.out" -x
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?