exec_fir.pjt
来自「TI CCS开发环境下的FIR滤波器实现工程」· PJT 代码 · 共 39 行
PJT
39 行
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectName="exec_fir"
ProjectDir="F:\ydm\DSP\Experiment\exec_fir_complete\"
ProjectType=Executable
CPUFamily=TMS320C54XX
Tool="Compiler"
Tool="DspBiosBuilder"
Tool="Linker"
Config="Debug"
Config="Release"
[Source Files]
Source="exec_fir.c"
Source="FIR_filters.c"
Source="FIR_filters_asm.asm"
Source="test.c"
Source="exec_fir.cmd"
["Compiler" Settings: "Debug"]
Options=-g -fr"F:\ydm\DSP\Experiment\exec_fir_complete\Debug" -d"_DEBUG" -mf
["Compiler" Settings: "Release"]
Options=-o2 -fr"F:\ydm\DSP\Experiment\exec_fir_complete\Release"
["DspBiosBuilder" Settings: "Debug"]
Options=-v54
["DspBiosBuilder" Settings: "Release"]
Options=-v54
["Linker" Settings: "Debug"]
Options=-c -o".\Debug\exec_fir.out" -w -x
["Linker" Settings: "Release"]
Options=-c -o".\Release\exec_fir.out" -w -x
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?