userflash.pjt

来自「双CPU BOOTLOADER 综合实验,不用烧写工具 将.out文件转换成.h」· PJT 代码 · 共 37 行

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

[Project Settings]
ProjectDir="F:\5410\Communication\exp4boot\cpu2\flahswrite\flashwrite_cpu2\"
ProjectType=Executable
CPUFamily=TMS320C54XX
Tool="Compiler"
Tool="DspBiosBuilder"
Tool="Linker"
Config="Debug"
Config="Release"

[Source Files]
Source="flash.c"
Source="RTS.LIB"
Source="VECTORS.ASM"
Source="ucos_ii.CMD"

["Compiler" Settings: "Debug"]
Options=-g -q -al -fr"F:\5410\Communication\exp4boot\cpu2\flahswrite\flashwrite_cpu2\Debug" -d"_DEBUG" -v548

["Compiler" Settings: "Release"]
Options=-q -o2 -fr"F:\5410\Communication\exp4boot\cpu2\flahswrite\flashwrite_cpu2\Release"

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

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

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

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

⌨️ 快捷键说明

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