极品馒头泬19p,国产精品亚洲一区二区三区,狠狠色噜噜狠狠狠7777奇米,国产精品视频一区二区三区无码,国产欧美日韩久久久久

【E1755】STM32控制兩個有感無刷直流電機

2021-10-25 20:50:42      索煒達電子      643     

項目編號:E1755

文件大?。?M

源碼說明:帶中文注釋

開發(fā)環(huán)境: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 分