资源简介
基于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“);
- 上一篇:JsonView优化版,独一无二
- 下一篇:OSGi规范r4中文版
相关资源
- PB调用http api接口 PB解析json
- spring boot+mybatis+spring mvc+bootstrap开发停
- PID控制器参数整定与实现.pdf
- 精通Windows_API:函数、接口、编程实例
- 新编WIN32API大全
- PIC单片机程序全集
- stm32 spi双机通信
- 完美解决 丢失api-ms-win-crt-process-l1-1
- linux c socket api
- Spirent TestCenter中文版本简易操作手册
- 最全的Windows API函数大全
- AE插件:AK最新热浪变形插件注册破解
- AD9854 MSP430 SPI
- 是一个不可多得无速度传感器矢量控
- Visual Basic 6.0 与 Windows API 讲座-范例源
- Master SPI的Verilog源代码(包括文档 测
- PIC16F690 源代码
- Appinventor练习 - 安安爱弹琴aia文件及说
- 1.27间距 双排针 封装 2x2pin-20x2pin
- wtsapi.hwtsapi.lib
- 神经网络PID控制源程序
- 两块stm32 spi通信,使用DMA
- 两块板子之间的stm32spi通信例程
- BP-PID程序
- to-263 5pin封装
- 快速排序的并行程序 QuickSort MPI
- OPC for PI interface
- 基于高斯消去法解线性方程组MPI
- 某坦克武器伺服系统校正自控原理课
- 基于pic32mx单片机的FREE RTOS编程,涉及
评论
共有 条评论