【E1755】STM32控制两个有感无刷直流电机

2021-10-25 20:50:42      索炜达电子      414     

项目编号:E1755

文件大小:9M

源码说明:带中文注释

开发环境:C编译器

简要概述:

STM32控制两个有感无刷直流电机

目录│文件列表:

 └ BLDC_sin_wave

    └ BLDCM_sine_wave

       │ 无刷V2原理图.pdf

       ├ 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_cmplx_conj_q15.c

       │  │  │  │ arm_cmplx_conj_q31.c

       │  │  │  │ arm_cmplx_dot_prod_f32.c

       │  │  │  │ arm_cmplx_dot_prod_q15.c

       │  │  │  │ arm_cmplx_dot_prod_q31.c

       │  │  │  │ arm_cmplx_mag_f32.c

       │  │  │  │ arm_cmplx_mag_q15.c

       │  │  │  │ arm_cmplx_mag_q31.c

       │  │  │  │ arm_cmplx_mag_squared_f32.c

       │  │  │  │ arm_cmplx_mag_squared_q15.c

       │  │  │  │ arm_cmplx_mag_squared_q31.c

       │  │  │  │ arm_cmplx_mult_cmplx_f32.c

       │  │  │  │ arm_cmplx_mult_cmplx_q15.c

       │  │  │  │ arm_cmplx_mult_cmplx_q31.c

       │  │  │  │ arm_cmplx_mult_real_f32.c

       │  │  │  │ arm_cmplx_mult_real_q15.c

       │  │  │  └ arm_cmplx_mult_real_q31.c

       │  │  ├ ControllerFunctions

       │  │  │  │ arm_pid_init_f32.c

       │  │  │  │ arm_pid_init_q15.c

       │  │  │  │ arm_pid_init_q31.c

       │  │  │  │ arm_pid_reset_f32.c

       │  │  │  │ arm_pid_reset_q15.c

       │  │  │  │ arm_pid_reset_q31.c

       │  │  │  │ arm_sin_cos_f32.c

       │  │  │  └ arm_sin_cos_q31.c

       │  │  ├ FastMathFunctions

       │  │  │  │ arm_cos_f32.c

       │  │  │  │ arm_cos_q15.c

       │  │  │  │ arm_cos_q31.c

       │  │  │  │ arm_sin_f32.c

       │  │  │  │ arm_sin_q15.c

       │  │  │  │ arm_sin_q31.c

       │  │  │  │ arm_sqrt_q15.c

       │  │  │  └ arm_sqrt_q31.c

       │  │  ├ FilteringFunctions

       │  │  │  │ arm_biquad_cascade_df1_32x64_init_q31.c

       │  │  │  │ arm_biquad_cascade_df1_32x64_q31.c

       │  │  │  │ arm_biquad_cascade_df1_f32.c

       │  │  │  │ arm_biquad_cascade_df1_fast_q15.c

       │  │  │  │ arm_biquad_cascade_df1_fast_q31.c

       │  │  │  │ arm_biquad_cascade_df1_init_f32.c

       │  │  │  │ arm_biquad_cascade_df1_init_q15.c

       │  │  │  │ arm_biquad_cascade_df1_init_q31.c

       │  │  │  │ arm_biquad_cascade_df1_q15.c

TAG直流电机
  • 7 次
  • 1 分