hello.pjt

来自「闻亭DM642的培训全部资料与大家共享」· PJT 代码 · 共 36 行

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

[Project Settings]
ProjectDir="D:\tds510usb Driver\hello world\"
ProjectType=Executable
CPUFamily=TMS320C62XX
Tool="Compiler"
Tool="DspBiosBuilder"
Tool="Linker"
Config="Debug"
Config="Release"

[Source Files]
Source="C:\ti\c6000\cgtools\lib\rts6200.lib"
Source="main.c"
Source="Linker.CMD"

["Compiler" Settings: "Debug"]
Options=-g -q -fr"D:\tds510usb Driver\hello world\Debug" -d"_DEBUG"

["Compiler" Settings: "Release"]
Options=-q -o3 -fr"D:\tds510usb Driver\hello world\Release"

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

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

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

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

⌨️ 快捷键说明

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