STM32_FOC_PMSM

所属分类:其他嵌入式/单片机内容
开发工具:C/C++
文件大小:3336KB
下载次数:1041
上传日期:2011-05-01 21:32:25
上 传 者hailanlan509
说明:  st-pmsm 无刷电机控制套件的源代码
(st-pmsm brushless motor control source code package)

文件列表:
STM32_FOC_PMSM\stm32f10x_conf.h (6331, 2008-09-09)
STM32_FOC_PMSM\stm32f10x_it.c (33834, 2008-09-09)
STM32_FOC_PMSM\stm32f10x_it.h (4155, 2008-09-09)
STM32_FOC_PMSM\src\MC_Clarke_Park.c (20045, 2009-06-30)
STM32_FOC_PMSM\src\MC_Display.c (38241, 2008-09-09)
STM32_FOC_PMSM\src\MC_FOC_Drive.c (14190, 2008-09-09)
STM32_FOC_PMSM\src\MC_Globals.c (3320, 2008-09-09)
STM32_FOC_PMSM\src\MC_Keys.c (40665, 2009-07-08)
STM32_FOC_PMSM\src\MC_MotorControl_Layer.c (15009, 2009-06-23)
STM32_FOC_PMSM\src\MC_PID_regulators.c (9992, 2008-09-09)
STM32_FOC_PMSM\src\MC_State_Observer_Interface.c (15642, 2008-09-09)
STM32_FOC_PMSM\src\stm32f10x_MCdac.c (8112, 2008-09-09)
STM32_FOC_PMSM\src\stm32f10x_Timebase.c (11423, 2008-09-09)
STM32_FOC_PMSM\src\stm32f10x_encoder.c (20725, 2008-09-09)
STM32_FOC_PMSM\src\stm32f10x_hall.c (37544, 2008-09-09)
STM32_FOC_PMSM\src\stm32f10x_lcd.c (63417, 2009-06-26)
STM32_FOC_PMSM\src\stm32f10x_svpwm_1shunt.c (58033, 2008-09-09)
STM32_FOC_PMSM\src\stm32f10x_svpwm_3shunt.c (37554, 2008-09-09)
STM32_FOC_PMSM\src\stm32f10x_svpwm_ics.c (18817, 2008-09-09)
STM32_FOC_PMSM\src\main.c (11189, 2011-03-15)
STM32_FOC_PMSM\inc\MC_Clarke_Park.h (4516, 2008-09-09)
STM32_FOC_PMSM\inc\MC_Control_Param.h (10181, 2009-06-08)
STM32_FOC_PMSM\inc\MC_Display.h (2847, 2008-09-09)
STM32_FOC_PMSM\inc\MC_FOC_Drive.h (2109, 2008-09-09)
STM32_FOC_PMSM\inc\MC_FOC_Methods.h (2343, 2008-09-09)
STM32_FOC_PMSM\inc\MC_Globals.h (3304, 2008-09-09)
STM32_FOC_PMSM\inc\MC_Keys.h (2109, 2008-09-09)
STM32_FOC_PMSM\inc\MC_MotorControl_Layer.h (2805, 2008-09-09)
STM32_FOC_PMSM\inc\MC_PID_regulators.h (2141, 2008-09-09)
STM32_FOC_PMSM\inc\MC_PMSM_motor_param.h (3488, 2009-06-08)
STM32_FOC_PMSM\inc\MC_State_Observer.h (2433, 2008-09-09)
STM32_FOC_PMSM\inc\MC_State_Observer_Interface.h (2263, 2008-09-09)
STM32_FOC_PMSM\inc\MC_State_Observer_param.h (6561, 2009-06-08)
STM32_FOC_PMSM\inc\MC_const.h (4853, 2009-06-30)
STM32_FOC_PMSM\inc\MC_encoder_param.h (3876, 2008-09-09)
STM32_FOC_PMSM\inc\MC_hall_prm.h (4467, 2008-09-09)
STM32_FOC_PMSM\inc\MC_pwm_1shunt_prm.h (4463, 2008-09-09)
STM32_FOC_PMSM\inc\MC_pwm_3shunt_prm.h (4245, 2008-09-09)
STM32_FOC_PMSM\inc\MC_pwm_ics_prm.h (3523, 2008-09-09)
STM32_FOC_PMSM\inc\MC_type.h (3304, 2008-09-09)
... ...

/******************** (C) COPYRIGHT 2008 STMicroelectronics ******************** * File Name : readme.txt * Author : MCD Application Team * Version : V2.0 * Date : 05/23/2008 * Description : This sub-directory contains all the user-modifiable files * needed to create a new project linked with the STM32F10x * Firmware Library and working with RealView Microcontroller * Development Kit(RVMDK) software toolchain (Version 3.21 and later). ******************************************************************************** * THE PRESENT FIRMWARE WHICH IS FOR GUIDANCE ONLY AIMS AT PROVIDING CUSTOMERS * WITH CODING INFORMATION REGARDING THEIR PRODUCTS IN ORDER FOR THEM TO SAVE TIME. * AS A RESULT, STMICROELECTRONICS SHALL NOT BE HELD LIABLE FOR ANY DIRECT, * INDIRECT OR CONSEQUENTIAL DAMAGES WITH RESPECT TO ANY CLAIMS ARISING FROM THE * CONTENT OF SUCH SOFTWARE AND/OR THE USE MADE BY CUSTOMERS OF THE CODING * INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS. * FOR MORE INFORMATION PLEASE CAREFULLY READ THE LICENSE AGREEMENT FILE LOCATED * IN THE ROOT DIRECTORY OF THIS FIRMWARE PACKAGE. *******************************************************************************/ Directory contents =================== - Project.Uv2/.Opt: A pre-configured project file with the provided library structure that produces an executable image with RVMDK. - stm32f10x_vector.s: This file contains the vector table for STM32F10x, Stack and Heap definition. User can also enable the use of external SRAM mounted on STM3210E-EVAL board as data memory. - cortexm3_macro.s: Instruction wrappers for special Cortex-M3 instructions. - note.txt : Steps to follow when using the default startup file provided by RVMDK when creating new projects. How to use it ============= - Open the Project.Uv2 project - In the build toolbar select the project config: - STM3210B-EVAL: to configure the project for STM32 Medium-density devices - STM3210E-EVAL: to configure the project for STM32 High-density devices - Rebuild all files: Project->Rebuild all target files - Load project image: Debug->Start/Stop Debug Session - Run program: Debug->Run (F5) NOTE: - Medium-density devices are STM32F101xx and STM32F103xx microcontrollers where the Flash memory density ranges between 32 and 128 Kbytes. - High-density devices are STM32F101xx and STM32F103xx microcontrollers where the Flash memory density ranges between 256 and 512 Kbytes. ******************* (C) COPYRIGHT 2008 STMicroelectronics *****END OF FILE******

近期下载者

相关文件


收藏者