velocitypid.pjt
来自「TMS320LF2407电机的速度PID控制程序」· PJT 代码 · 共 35 行
PJT
35 行
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="F:\dsp_work\VelocityPid\"
ProjectType=Executable
CPUFamily=TMS320C24XX
Tool="Compiler"
Tool="Linker"
Config="Debug"
Config="Release"
[Source Files]
Source="display.c"
Source="dmc24xx.lib"
Source="main.c"
Source="Postion_Reg.c"
Source="rts2xx.lib"
Source="Speed_Reg.c"
Source="Timer.c"
Source="vector.asm"
Source="VelocityPid.cmd"
["Compiler" Settings: "Debug"]
Options=-g -q -fr"F:\dsp_work\VelocityPid\Debug" -d"_DEBUG" -v2xx
["Compiler" Settings: "Release"]
Options=-q -o3 -fr"F:\dsp_work\VelocityPid\Release" -v2xx
["Linker" Settings: "Debug"]
Options=-c -m".\Debug\VelocityPid.map" -o".\Debug\VelocityPid.out" -stack400 -w -x -v2
["Linker" Settings: "Release"]
Options=-c -m".\Release\VelocityPid.map" -o".\Release\VelocityPid.out" -w -x -v2
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?