iir1.pjt

来自「基于DSP 6711 的数字滤波器」· PJT 代码 · 共 38 行

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

[Project Settings]
ProjectName="iir1"
ProjectDir="C:\ti\myprojects\flilter\iir1\"
ProjectType=Executable
CPUFamily=TMS320C67XX
Tool="Compiler"
Tool="DspBiosBuilder"
Tool="Linker"
Config="Debug"
Config="Release"

[Source Files]
Source="..\..\..\c6000\cgtools\lib\rts6700.lib"
Source="..\..\..\c6000\evm6x\dsp\lib\devlib\dev6x.lib"
Source="main.c"
Source="IIR.cmd"

["Compiler" Settings: "Debug"]
Options=-g -q -fr"C:\ti\myprojects\flilter\iir1\Debug" -d"_DEBUG" -mv6700

["Compiler" Settings: "Release"]
Options=-q -o3 -fr"C:\ti\myprojects\flilter\iir1\Release" -mv6700

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

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

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

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

⌨️ 快捷键说明

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