svpwm111.pjt
来自「TMS320LF2407 svpwm 源码,可以作为参考用.」· PJT 代码 · 共 35 行
PJT
35 行
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="C:\ti\myprojects\svpwm111\"
ProjectType=Executable
CPUFamily=TMS320C24XX
Tool="Compiler"
Tool="Linker"
Config="Debug"
Config="Release"
[Source Files]
Source="phantom.c"
Source="pnl.c"
Source="pwm_int2.c"
Source="qmath.lib"
Source="rts2xx.lib"
Source="scope.c"
Source="svpwm.c"
Source="z_main.c"
Source="main.cmd"
["Compiler" Settings: "Debug"]
Options=-g -q -fr"C:\ti\myprojects\svpwm111\Debug" -d"_DEBUG" -v2xx
["Compiler" Settings: "Release"]
Options=-q -o3 -fr"C:\ti\myprojects\svpwm111\Release" -v2xx
["Linker" Settings: "Debug"]
Options=-q -c -m".\Debug\svpwm111.map" -o".\Debug\svpwm111.out" -x -v2
["Linker" Settings: "Release"]
Options=-q -c -m".\Release\svpwm111.map" -o".\Release\svpwm111.out" -x -v2
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?