pendulum.pjt

来自「基于TMS320LF2407的一个倒立控制程序」· PJT 代码 · 共 40 行

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

[Project Settings]
ProjectDir="E:\dsp240\justonce\"
ProjectType=Executable
CPUFamily=TMS320C24XX
Tool="Compiler"
Tool="Linker"
Config="Debug"
Config="Release"

[Source Files]
Source="ClearDog.c"
Source="Control.c"
Source="Filter.c"
Source="Initsystem.c"
Source="JaoZHControl.c"
Source="Main.c"
Source="Pwm.c"
Source="rts2xx.lib"
Source="Sample.c"
Source="Send.c"
Source="ServoControl.c"
Source="sinsource.c"
Source="vectors.asm"
Source="F2407.CMD"

["Compiler" Settings: "Debug"]
Options=-g -q -fr"E:\dsp240\justonce\Debug" -d"_DEBUG" -v2xx

["Compiler" Settings: "Release"]
Options=-q -o3 -fr"E:\dsp240\justonce\Release" -v2xx

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

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

⌨️ 快捷键说明

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