⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 exec_fir.pjt

📁 TI CCS开发环境下的FIR滤波器实现工程
💻 PJT
字号:
; 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -