资源简介

基于dsp的三相PWM整流,程序流程清晰

资源截图

代码片段和文件信息

//======================================================
// 需要更改:UAB、U0的放大倍数“U0_suobi“\“UAB_suobi“
// GpioDataRegs.GPADAT.bit.GPIO1 :三相控制子程序运行时间测试
// GpioDataRegs.GPADAT.bit.GPIO0 :ACD中断函数运行时间测试
// GpioDataRegs.GPADAT.bit.GPIO2   :adc_lvbo时间://PI函数运行时间测试
// GpioDataRegs.GPADAT.bit.GPIO3 : 进入中断time0的时间
//======================================================
#include “DSP28x_Project.h“     // Device Headerfile and Examples Include File
#include “math.h“
#include “IQmathLib.h“
#include “string.h“


//定义变量(装载或运行的起始地址)
// These are defined by the linker (see F2808.cmd)
extern Uint16 RamfuncsLoadStart;
extern Uint16 RamfuncsLoadEnd;
extern Uint16 RamfuncsRunStart;
extern Uint16 RamfuncsLoadSize;

//把要拷贝到RAM里的函数(...)定义到段ramfuncs
#pragma CODE_SECTION(ISRTimer0 “ramfuncs“);

评论

共有 条评论