fir.pjt

来自「基于TMS320LF2407A的数字FIR滤波器设计」· PJT 代码 · 共 28 行

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

[Project Settings]
ProjectDir="G:\drivecd\software\ICETEK-LF2407-C\Lab9-FIR\"
ProjectType=Executable
CPUFamily=TMS320C24XX
Tool="Compiler"
Tool="Linker"
Config="Custom"
Config="debug"

[Source Files]
Source="fir.asm"
Source="fir.cmd"

["Compiler" Settings: "Custom"]
Options=-g -as -fr"D:\c\tic2xx\myprojects\ICETEK-2407-c\Lab9-FIR" -v2xx

["Compiler" Settings: "debug"]
Options=-g -q -fr"G:\drivecd\software\ICETEK-LF2407-C\Lab9-FIR\debug" -d"_DEBUG" -v2xx

["Linker" Settings: "Custom"]
Options=-estart -o"fir.out" -x

["Linker" Settings: "debug"]
Options=-q -m".\debug\fir.map" -o".\debug\fir.out" -x -v2

⌨️ 快捷键说明

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