ZIP DSP

所属分类:DSP编程
开发工具:C/C++
文件大小:8133KB
下载次数:10
上传日期:2019-11-13 19:22:05
上 传 者夕阳美景
说明:  基于TMS320F2812 DSP的PMSM矢量脉宽调制PI控制程序
(SVPWM PI control program for PMSM on TMS320F2812 DSP)

文件列表:
Position.MP4 (8170899, 2014-06-30)
src (0, 2014-06-30)
src\24Cxx.c (3887, 2014-06-30)
src\24Cxx.h (191, 2014-06-30)
src\DSP281x_Adc.c (2090, 2014-06-30)
src\DSP281x_Adc.h (8525, 2014-06-30)
src\DSP281x_CSMPasswords.asm (2417, 2014-06-30)
src\DSP281x_CodeStartBranch.asm (2112, 2014-06-30)
src\DSP281x_CpuTimers.c (4548, 2014-06-30)
src\DSP281x_CpuTimers.h (5745, 2014-06-30)
src\DSP281x_DBGIER.asm (871, 2014-06-30)
src\DSP281x_DefaultIsr.c (25309, 2014-06-30)
src\DSP281x_DefaultIsr.h (4816, 2014-06-30)
src\DSP281x_DevEmu.h (2872, 2014-06-30)
src\DSP281x_Device.h (4479, 2014-06-30)
src\DSP281x_ECan.c (5831, 2014-06-30)
src\DSP281x_ECan.h (46610, 2014-06-30)
src\DSP281x_Ev.c (1091, 2014-06-30)
src\DSP281x_Ev.h (24164, 2014-06-30)
src\DSP281x_Examples.h (3434, 2014-06-30)
src\DSP281x_GlobalPrototypes.h (2297, 2014-06-30)
src\DSP281x_GlobalVariableDefs.c (6725, 2014-06-30)
src\DSP281x_Gpio.c (1672, 2014-06-30)
src\DSP281x_Gpio.h (28889, 2014-06-30)
src\DSP281x_Headers_nonBIOS.cmd (4884, 2014-06-30)
src\DSP281x_InitPeripherals.c (1864, 2014-06-30)
src\DSP281x_Mcbsp.c (1122, 2014-06-30)
src\DSP281x_Mcbsp.h (35130, 2014-06-30)
src\DSP281x_MemCopy.c (1333, 2014-06-30)
src\DSP281x_PieCtrl.c (2736, 2014-06-30)
src\DSP281x_PieCtrl.h (5790, 2014-06-30)
src\DSP281x_PieVect.c (5354, 2014-06-30)
src\DSP281x_PieVect.h (6319, 2014-06-30)
src\DSP281x_SWPrioritizedDefaultIsr.c (35355, 2014-06-30)
src\DSP281x_SWPrioritizedIsrLevels.h (141200, 2014-06-30)
src\DSP281x_SWPrioritizedPieVect.c (9334, 2014-06-30)
... ...

F2812_PMSM_SVPWM_PI =================== This is a C language implementation of Space Vector Pulse Width Modulation(SVPWM) with speed, position and current PI controller for Permanent Magnet Synchronous Motor(PMSM). By this program, we can control the speed and position of PMSM accurately, which is suitable for industrial control. This program should excuted on Texas Instrument's DSP TMS320F2812 since some codes are hardware dependant. However, if you pay attention to the hardware dependant codes (especially the codes relevent to Event Manager), you can still port this program to other platform. main.c Program entry. Almost all logic is implemented in this file, including SVPWM and PI. display.c LED driver program based on BC7281 driver chip. Using to display the speed of motor. table.c Since TMS320F2812 is a 32-bit Fixed-point DSP, which means it's powerless when facing Float-point calculation. To accelerate the Float-point calculation, we store the results of trigonometric functions at certain interval in this table. Then we can query this table to approximate Float-point calculation. (Notice: these 3 files contain some Chinese character comments, which may not display properly in your editor or IDE.) Position.mp4 Shows the position contorl of motor. Other files automatic generated by Texas Instrument's Code Composer Studio(CCS) IDE, provide initialization for different hardware module or memory configuration.

近期下载者

相关文件


收藏者