bldcsensor.pjt

来自「TI公司的DSP(LF2407A)编写的有霍尔位置传感器的无刷直流电机控制程序,」· PJT 代码 · 共 41 行

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

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

[Source Files]
Source="..\src\bldcSensor.c"
Source="..\src\c200mnrt.obj"
Source="..\src\F2407ADC.c"
Source="..\src\F2407BLDCPWM.c"
Source="..\src\f2407hall3.c"
Source="..\src\F24xWDog.c"
Source="..\src\Keys1s8.c"
Source="..\src\LCD.c"
Source="..\src\pid_reg2.c"
Source="..\src\rmp2cntl.c"
Source="..\src\rmp_cntl.c"
Source="..\src\speed_pr.c"
Source="rts2xx.lib"
Source="bldc_lp.cmd"

["Compiler" Settings: "Debug"]
Options=-g -s -fr"..\obj\" -i"..\src" -x1 -v2xx

["Compiler" Settings: "Release"]
Options=-q -o3 -fr"$(Proj_dir)\Release" -v2xx

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

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

⌨️ 快捷键说明

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