through_intr.pjt

来自「针对TI公司的DSK6713所发展的Audio范例包含Line in/Line 」· PJT 代码 · 共 27 行

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

[Project Settings]
ProjectName="sample1"
ProjectDir="C:\in_use\c6713dsk\line_in\through_intr\"
ProjectType=Executable
CPUFamily=TMS320C67XX
Tool="Compiler"
Tool="DspBiosBuilder"
Tool="Linker"
Config="Release"

[Source Files]
Source="through_intr.c"
Source="vectors.asm"
Source="lnk.cmd"

["Compiler" Settings: "Release"]
Options=-g -q -o0 -mv6710

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

["Linker" Settings: "Release"]
Options=-q -a -c -o"through_intr.out" -x -l"rts6700.lib"

⌨️ 快捷键说明

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