spwm_c1.pjt

来自「该代码是用TI公司DSP2407实现的变频电源SPMW输出控制源代码。」· PJT 代码 · 共 31 行

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

[Project Settings]
ProjectDir="C:\CCStudio_v3.1\MyProjects\SPWM_C1\"
ProjectType=Executable
CPUFamily=TMS320C24XX
Tool="Compiler"
Tool="CustomBuilder"
Tool="Linker"
Config="Debug"
Config="Release"

[Source Files]
Source="GPTIME.C"
Source="PRCT.ASM"
Source="VECTORS.ASM"
Source="LAB5.CMD"

["Compiler" Settings: "Debug"]
Options=-g -q -fr"$(Proj_dir)\Debug" -d"_DEBUG" -v2xx

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

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

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

⌨️ 快捷键说明

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