exec_fir.pjt.bak

来自「TI CCS开发环境下的FIR滤波器实现工程」· BAK 代码 · 共 37 行

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

[Project Settings]
ProjectDir="F:\ydm\DSP\实验\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="exec_fir.cmd"

["Compiler" Settings: "Debug"]
Options=-g -fr"C:\ti\myprojects\exec_fir\Debug" -d"_DEBUG" -mf

["Compiler" Settings: "Release"]
Options=-o2 -fr"C:\ti\myprojects\exec_fir\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 + -
显示快捷键?