xfled.pjt

来自「一个28系列dsp应用的程序,包括adc,cpu_timer,pwm,gpio,」· PJT 代码 · 共 49 行

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

[Project Settings]
ProjectDir="F:\sosogy\LF2812-B\EXAMPLES\xfled\"
ProjectType=Executable
CPUFamily=TMS320C28XX
Tool="Compiler"
Tool="DspBiosBuilder"
Tool="Linker"
Config="Debug"
Config="Release"

[Source Files]
Source="DSP281x_DefaultIsr.c"
Source="DSP281x_Ev.c"
Source="DSP281x_GlobalVariableDefs.c"
Source="DSP281x_Gpio.c"
Source="DSP281x_InitPeripherals.c"
Source="DSP281x_PieCtrl.c"
Source="DSP281x_PieVect.c"
Source="DSP281x_Sci.c"
Source="DSP281x_Spi.c"
Source="DSP281x_SysCtrl.c"
Source="DSP281x_Xintf.c"
Source="DSP281x_XIntrupt.c"
Source="mymain.c"
Source="rts2800_ml.lib"
Source="DSP281x_Headers_nonBIOS.cmd"
Source="F2812_EzDSP_RAM_lnk.cmd"

["Compiler" Settings: "Debug"]
Options=-g -q -fr"F:\sosogy\LF2812-B\EXAMPLES\xfled\Debug" -d"_DEBUG" -d"LARGE_MODEL" -ml -v28

["Compiler" Settings: "Release"]
Options=-q -o3 -fr"F:\sosogy\LF2812-B\EXAMPLES\xfled\Release" -d"LARGE_MODEL" -ml -v28

["DspBiosBuilder" Settings: "Debug"]
Options=-v28

["DspBiosBuilder" Settings: "Release"]
Options=-v28

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

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

⌨️ 快捷键说明

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