flashapp.pjt

来自「6713对SST39VF160的BOOT程序例程,很有参考价值。」· PJT 代码 · 共 35 行

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

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

[Source Files]
Source="flashu.c"
Source="flashapp.cmd"

["Compiler" Settings: "Debug"]
Options=-g -q -fr"C:\16BOOT\Debug" -d"_DEBUG" -d"FLASH_16" -mv6700

["Compiler" Settings: "Release"]
Options=-q -o3 -fr"C:\16BOOT\Release" -mv6700

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

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

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

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

⌨️ 快捷键说明

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