【E857】采用STM32F103C8T6的永磁同步电机矢量控制

2021-09-08 11:01:30      索炜达电子      734     

项目编号:E856

文件大小:668K

源码说明:带中文注释

开发环境:C编译器

简要概述:

采用STM32F103C8T6的永磁同步电机矢量控制

目录│文件列表:

 └ PMSM-vector-control-STM32F103C8T6

    │ .cproject

    │ .mxproject

    │ .project

    │ F103C8_pmsm_sensored.cfg

    │ F103C8_pmsm_sensored.ioc

    │ F103C8_pmsm_sensored.xml

    │ STM32F103C8Tx_FLASH.ld

    │ stmstudio.tsp

    │ stmstudio_cfg1.tsc

    ├ .settings

    │  └ language.settings.xml

    ├ Drivers

    │  ├ CMSIS

    │  │  ├ Device

    │  │  │  └ ST

    │  │  │     └ STM32F1xx

    │  │  │        └ Include

    │  │  │           │ stm32f103xb.h

    │  │  │           │ stm32f1xx.h

    │  │  │           └ system_stm32f1xx.h

    │  │  └ Include

    │  │     │ arm_common_tables.h

    │  │     │ arm_const_structs.h

    │  │     │ arm_math.h

    │  │     │ cmsis_armcc.h

    │  │     │ cmsis_armcc_V6.h

    │  │     │ cmsis_gcc.h

    │  │     │ core_cm0.h

    │  │     │ core_cm0plus.h

    │  │     │ core_cm3.h

    │  │     │ core_cm4.h

    │  │     │ core_cm7.h

    │  │     │ core_cmFunc.h

    │  │     │ core_cmInstr.h

    │  │     │ core_cmSimd.h

    │  │     │ core_sc000.h

    │  │     └ core_sc300.h

    │  └ STM32F1xx_HAL_Driver

    │     ├ Inc

    │     │  │ stm32f1xx_hal.h

    │     │  │ stm32f1xx_hal_adc.h

    │     │  │ stm32f1xx_hal_adc_ex.h

    │     │  │ stm32f1xx_hal_cortex.h

    │     │  │ stm32f1xx_hal_def.h

    │     │  │ stm32f1xx_hal_dma.h

    │     │  │ stm32f1xx_hal_dma_ex.h

    │     │  │ stm32f1xx_hal_flash.h

    │     │  │ stm32f1xx_hal_flash_ex.h

    │     │  │ stm32f1xx_hal_gpio.h

    │     │  │ stm32f1xx_hal_gpio_ex.h

    │     │  │ stm32f1xx_hal_i2c.h

    │     │  │ stm32f1xx_hal_pwr.h

    │     │  │ stm32f1xx_hal_rcc.h

    │     │  │ stm32f1xx_hal_rcc_ex.h

    │     │  │ stm32f1xx_hal_tim.h

    │     │  │ stm32f1xx_hal_tim_ex.h

    │     │  │ stm32f1xx_hal_uart.h

    │     │  └ Legacy

    │     │     └ stm32_hal_legacy.h

    │     └ Src

    │        │ stm32f1xx_hal.c

    │        │ stm32f1xx_hal_adc.c

    │        │ stm32f1xx_hal_adc_ex.c

    │        │ stm32f1xx_hal_cortex.c

    │        │ stm32f1xx_hal_dma.c

    │        │ stm32f1xx_hal_flash.c

    │        │ stm32f1xx_hal_flash_ex.c

    │        │ stm32f1xx_hal_gpio.c

    │        │ stm32f1xx_hal_gpio_ex.c

    │        │ stm32f1xx_hal_i2c.c

    │        │ stm32f1xx_hal_pwr.c

    │        │ stm32f1xx_hal_rcc.c

    │        │ stm32f1xx_hal_rcc_ex.c

    │        │ stm32f1xx_hal_tim.c

    │        │ stm32f1xx_hal_tim_ex.c

    │        └ stm32f1xx_hal_uart.c

    ├ Inc

    │  │ dwt.h

    │  │ fonts.h

    │  │ itm.h

    │  │ libfoc.h

    │  │ main.h

    │  │ mainmain.h

    │  │ motor_settings.h

    │  │ OptimalCurrentVector.h

    │  │ pid_reg3.h

    │  │ pmsm_model.h

    │  │ qep.h

    │  │ RegulatorCurrent.h

    │  │ six_step.h

    │  │ smopos.h

    │  │ smopos_const.h

    │  │ speed_est.h

    │  │ ssd1306.h

    │  │ stm32f1xx_hal_conf.h

    │  └ stm32f1xx_it.h

    ├ Src

    │  │ fonts.c

    │  │ itm.c

    │  │ libfoc.c

    │  │ main.c

    │  │ mainmain.c

    │  │ OptimalCurrentVector.c

    │  │ pmsm_model.c

    │  │ qep.c

    │  │ RegulatorCurrent.c

    │  │ six_step.c

    │  │ ssd1306.c

    │  │ stm32f1xx_hal_msp.c

    │  │ stm32f1xx_it.c

    │  └ system_stm32f1xx.c

    └ startup

       └ startup_stm32f103xb.s

TAG永磁同步电机
  • 9 次
  • 1 分