timer.pjt

来自「一个用LF2407A开发定时器的源码,可以用于其他的模块化设计。」· PJT 代码 · 共 24 行

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

[Project Settings]
ProjectDir="D:\ccs2000byq\myprojects\timer\timer\"
ProjectType=Executable
CPUFamily=TMS320C24XX
Tool="Compiler"
Tool="Linker"
Config="Debug"
Config="Release"

["Compiler" Settings: "Debug"]
Options=-g -q -fr"D:\ccs2000byq\myprojects\timer\timer\Debug" -d"_DEBUG" -v2xx

["Compiler" Settings: "Release"]
Options=-q -o3 -fr"D:\ccs2000byq\myprojects\timer\timer\Release" -v2xx

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

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

⌨️ 快捷键说明

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