memory.pjt

来自「本程序为DM642的存储空间查看程序」· PJT 代码 · 共 40 行

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

[Project Settings]
ProjectDir="G:\ti642\myprojects\TS-DM64x_examples\Lab5.1-DM642_MEMORY\"
ProjectType=Executable
CPUFamily=TMS320C64XX
Tool="Compiler"
Tool="DspBiosBuilder"
Tool="Linker"
Config="Debug"
Config="Release"

[Source Files]
Source="memory.cdb"
Source="src\memory.c"
Source="memorycfg.cmd"

[Generated Files]
Source="memorycfg.s62"
Source="memorycfg_c.c"

["Compiler" Settings: "Debug"]
Options=-g -q -fr"G:\ti642\myprojects\TS-DM64x_examples\Lab5.1-DM642_MEMORY\Debug" -d"_DEBUG" -mv6400

["Compiler" Settings: "Release"]
Options=-q -o3 -fr"G:\ti642\myprojects\TS-DM64x_examples\Lab5.1-DM642_MEMORY\Release" -mv6400

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

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

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

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

⌨️ 快捷键说明

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