2021-08-11 19:16:13 索煒達電子 1926
項目編號:E16
文件大?。?.4M
源碼說明:帶中文注釋
開發(fā)環(huán)境:Keil5
簡要概述:
有感無刷直流電機驅(qū)動程序,一個STM32同時驅(qū)動兩個無刷電機,正弦波驅(qū)動
電路圖紙:
文件列表:
目錄│文件列表:
├ 1.源碼
│ └ BLDCM_sine_wave
│ ├ Libraries
│ │ │ arm_cortexM4lf_math.lib
│ │ ├ CMSIS
│ │ │ │ arm_common_tables.h
│ │ │ │ arm_const_structs.h
│ │ │ │ arm_math.h
│ │ │ │ core_cm4.h
│ │ │ │ core_cm4_simd.h
│ │ │ │ core_cmFunc.h
│ │ │ │ core_cmInstr.h
│ │ │ │ startup_stm32f40xx.s
│ │ │ │ stm32f4xx.h
│ │ │ │ system_stm32f4xx.c
│ │ │ │ system_stm32f4xx.h
│ │ │ ├ BasicMathFunctions
│ │ │ │ │ arm_abs_f32.c
│ │ │ │ │ arm_abs_q15.c
│ │ │ │ │ arm_abs_q31.c
│ │ │ │ │ arm_abs_q7.c
│ │ │ │ │ arm_add_f32.c
│ │ │ │ │ arm_add_q15.c
│ │ │ │ │ arm_add_q31.c
│ │ │ │ │ arm_add_q7.c
│ │ │ │ │ arm_dot_prod_f32.c
│ │ │ │ │ arm_dot_prod_q15.c
│ │ │ │ │ arm_dot_prod_q31.c
│ │ │ │ │ arm_dot_prod_q7.c
│ │ │ │ │ arm_mult_f32.c
│ │ │ │ │ arm_mult_q15.c
│ │ │ │ │ arm_mult_q31.c
│ │ │ │ │ arm_mult_q7.c
│ │ │ │ │ arm_negate_f32.c
│ │ │ │ │ arm_negate_q15.c
│ │ │ │ │ arm_negate_q31.c
│ │ │ │ │ arm_negate_q7.c
│ │ │ │ │ arm_offset_f32.c
│ │ │ │ │ arm_offset_q15.c
│ │ │ │ │ arm_offset_q31.c
│ │ │ │ │ arm_offset_q7.c
│ │ │ │ │ arm_scale_f32.c
│ │ │ │ │ arm_scale_q15.c
│ │ │ │ │ arm_scale_q31.c
│ │ │ │ │ arm_scale_q7.c
│ │ │ │ │ arm_shift_q15.c
│ │ │ │ │ arm_shift_q31.c
│ │ │ │ │ arm_shift_q7.c
│ │ │ │ │ arm_sub_f32.c
│ │ │ │ │ arm_sub_q15.c
│ │ │ │ │ arm_sub_q31.c
│ │ │ │ └ arm_sub_q7.c
│ │ │ ├ CommonTables
│ │ │ │ └ arm_common_tables.c
│ │ │ ├ ComplexMathFunctions
│ │ │ │ │ arm_cmplx_conj_f32.c
│ │ │ └ arm_rfft_q31.c
│ │ └ STM32F4xx_StdPeriph_Driver
│ │ │ Release_Notes.html
│ │ ├ inc
│ │ │ │ misc.h
│ │ │ │ stm32f4xx_adc.h
│ │ │ │ stm32f4xx_can.h
│ │ │ │ stm32f4xx_crc.h
│ │ │ │ stm32f4xx_cryp.h
│ │ │ │ stm32f4xx_dac.h
│ │ │ │ stm32f4xx_dbgmcu.h
│ │ │ │ stm32f4xx_dcmi.h
│ │ │ │ stm32f4xx_dma.h
│ │ │ │ stm32f4xx_dma2d.h
│ │ │ │ stm32f4xx_exti.h
│ │ │ │ stm32f4xx_flash.h
│ │ │ │ stm32f4xx_fmc.h
│ │ │ │ stm32f4xx_fsmc.h
│ │ │ │ stm32f4xx_gpio.h
│ │ │ │ stm32f4xx_hash.h
│ │ └ src
│ │ │ misc.c
│ │ │ stm32f4xx_adc.c
│ │ │ stm32f4xx_can.c
│ │ │ stm32f4xx_crc.c
│ │ │ stm32f4xx_cryp.c
│ │ │ stm32f4xx_cryp_aes.c
│ │ │ stm32f4xx_cryp_des.c
│ │ │ stm32f4xx_cryp_tdes.c
│ │ │ stm32f4xx_dac.c
│ └ usart.h
└ 2.原理圖
└ 無刷V2原理圖.pdf