boot.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\cpu1\sourcecode\exp4boot_cpu1\"
ProjectType=Executable
CPUFamily=TMS320C54XX
Tool="Compiler"
Tool="DspBiosBuilder"
Tool="Linker"
Config="Debug"
Config="Release"

[Source Files]
Source="boot.c"
Source="rts.lib"
Source="VECTORS.ASM"
Source="ucos_ii.CMD"

["Compiler" Settings: "Debug"]
Options=-g -q -fr"F:\5410\Communication\exp4boot\cpu1\sourcecode\exp4boot_cpu1\Debug" -d"_DEBUG" -v548

["Compiler" Settings: "Release"]
Options=-q -fr"F:\5410\Communication\exp4boot\cpu1\sourcecode\exp4boot_cpu1\Release" -v548

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

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

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

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

⌨️ 快捷键说明

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