svpwm.pjt

来自「基于f2812的svpwm程序」· PJT 代码 · 共 56 行

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

[Project Settings]
ProjectDir="E:\DSP28\DSP281x_examples\Svpwm\"
ProjectType=Executable
CPUFamily=TMS320C28XX
Tool="Compiler"
Tool="CustomBuilder"
Tool="DspBiosBuilder"
Tool="Linker"
Config="Debug"
Config="Release"

[Source Files]
Source="..\..\DSP281x_common\SOURCE\DSP281x_Adc.c"
Source="..\..\DSP281x_common\SOURCE\DSP281x_CodeStartBranch.asm"
Source="..\..\DSP281x_common\SOURCE\DSP281x_DefaultIsr.c"
Source="..\..\DSP281x_common\SOURCE\DSP281x_Gpio.c"
Source="..\..\DSP281x_common\SOURCE\DSP281x_PieCtrl.c"
Source="..\..\DSP281x_common\SOURCE\DSP281x_PieVect.c"
Source="..\..\DSP281x_common\SOURCE\DSP281x_Sci.c"
Source="..\..\DSP281x_common\SOURCE\DSP281x_SysCtrl.c"
Source="..\..\DSP281x_common\SOURCE\DSP281x_usDelay.asm"
Source="..\..\DSP281x_headers\SOURCE\DSP281x_GlobalVariableDefs.c"
Source="Bc7281.c"
Source="Lcd_Bottom.c"
Source="Lcd_Zk.c"
Source="SvPwm.c"
Source="..\..\DSP281x_common\CMD\F2812_EzDSP_RAM_lnk.cmd"
Source="..\..\DSP281x_headers\CMD\DSP281x_Headers_nonBIOS.cmd"

["Compiler" Settings: "Debug"]
Options=-g -fr"$(Proj_dir)\Debug" -i"..\..\DSP281x_headers\include" -i"..\..\DSP281x_common\include" -d"_DEBUG" -d"LARGE_MODEL" -ml -v28

["Compiler" Settings: "Release"]
Options=-o3 -fr"$(Proj_dir)\Release" -d"LARGE_MODEL" -ml -v28

["Linker" Settings: "Debug"]
Options=-c -m".\Debug\Svpwm.map" -o".\Debug\Svpwm.out" -stack0x400 -w -x -i"..\..\DSP281x_headers\include" -l"rts2800_ml.lib"

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

["..\..\DSP281x_common\CMD\F2812_EzDSP_RAM_lnk.cmd" Settings: "Debug"]
LinkOrder=1

["..\..\DSP281x_common\CMD\F2812_EzDSP_RAM_lnk.cmd" Settings: "Release"]
LinkOrder=1

["..\..\DSP281x_headers\CMD\DSP281x_Headers_nonBIOS.cmd" Settings: "Debug"]
LinkOrder=2

["..\..\DSP281x_headers\CMD\DSP281x_Headers_nonBIOS.cmd" Settings: "Release"]
LinkOrder=1

⌨️ 快捷键说明

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