rtpwm.pjt

来自「DSP2812实现SPWM的源程序代码 DSP2812实现SPWM的源程序代码」· PJT 代码 · 共 29 行

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

[Project Settings]
ProjectDir="e:\nowjobs\inverter\proj\lab7-pwm\rtPWM\"
ProjectType=Executable
CPUFamily=TMS320C24XX
Tool="Compiler"
Tool="Linker"
Config="Debug"
Config="Release"

[Source Files]
Source="..\pwm.c"
Source="..\Vectors.asm"
Source="..\pwm.cmd"

["Compiler" Settings: "Debug"]
Options=-g -q -fr"e:\nowjobs\inverter\proj\lab7-pwm\rtPWM\Debug" -d"_DEBUG" -aiE:\NOWjobs\Inverter\Proj\Lab7-PWM -v2xx

["Compiler" Settings: "Release"]
Options=-q -o3 -fr"e:\nowjobs\inverter\proj\lab7-pwm\rtPWM\Release" -v2xx

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

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

⌨️ 快捷键说明

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