led.pjt

来自「针对TI公司的DSK6713所发展的IO(LED)范例」· PJT 代码 · 共 37 行

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

[Project Settings]
ProjectDir="C:\ti\myprojects\LED_IO\"
ProjectType=Executable
CPUFamily=TMS320C67XX
Tool="Compiler"
Tool="DspBiosBuilder"
Tool="Linker"
Config="Debug"
Config="Release"

[Source Files]
Source="..\..\c6000\cgtools\lib\rts6701.lib"
Source="LED.c"
Source="vectors.asm"
Source="C6xdsk.cmd"

["Compiler" Settings: "Debug"]
Options=-g -q -fr"C:\ti\myprojects\LED_IO\Debug" -d"_DEBUG" -mv6710

["Compiler" Settings: "Release"]
Options=-q -o3 -fr"C:\ti\myprojects\LED_IO\Release" -mv6700

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

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

["Linker" Settings: "Debug"]
Options=-q -c -m".\Debug\LED.map" -o".\Debug\LED.out" -w -x

["Linker" Settings: "Release"]
Options=-q -c -m".\Release\SOP.map" -o".\Release\SOP.out" -w -x

⌨️ 快捷键说明

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