tempature.pjt

来自「使用TI DSP 2407A 进行开发的源代码」· PJT 代码 · 共 36 行

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

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

[Source Files]
Source="AD.c"
Source="interrupt.c"
Source="IO.c"
Source="PWM.c"
Source="rts2407.lib"
Source="sci.c"
Source="sys.c"
Source="temp.c"
Source="VECTORS.ASM"
Source="2407.cmd"

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

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

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

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

⌨️ 快捷键说明

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