640j3_test.pjt

来自「640J3的Flash的驱动和测试程序」· PJT 代码 · 共 33 行

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

[Project Settings]
ProjectDir="C:\ti\myprojects\640J3_test\"
ProjectType=Executable
CPUFamily=TMS470R2X
Tool="Compiler"
Tool="Linker"
Config="Debug"
Config="Release"

[Source Files]
Source="640J3.C"
Source="InitSystem.c"
Source="main.c"
Source="platform.asm"
Source="rtsc.lib"
Source="star.asm"
Source="step_test.cmd"

["Compiler" Settings: "Debug"]
Options=-g -q -fr"C:\ti\myprojects\640J3_test\Debug" -d"_DEBUG" -me

["Compiler" Settings: "Release"]
Options=-q -o3 -fr"C:\ti\myprojects\640J3_test\Release"

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

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

⌨️ 快捷键说明

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