2021-11-02 12:43:19 索煒達電子 889
項目編號:E2080
文件大?。?.5M
源碼說明:帶中文注釋
開發(fā)環(huán)境:C編譯器
簡要概述:
STM32F0紅外接收協(xié)議實現(xiàn)辦法
目錄│文件列表:
└ STM32F0紅外接收協(xié)議實現(xiàn)辦法
└ 紅外接收
└ boot
│ IR紅外接收.pdf
├ App
│ │ main.c
│ │ mBootApp.c
│ │ mBootApp.h
│ │ stm32f0xx_conf.h
│ │ stm32f0xx_it.c
│ └ stm32f0xx_it.h
├ Drivers
│ ├ CMSIS
│ │ ├ Device
│ │ │ └ ST
│ │ │ └ STM32F0xx
│ │ │ ├ Include
│ │ │ │ │ stm32f030x6.h
│ │ │ │ │ stm32f031x6.h
│ │ │ │ │ stm32f038xx.h
│ │ │ │ │ stm32f042x6.h
│ │ │ │ │ stm32f048xx.h
│ │ │ │ │ stm32f051x8.h
│ │ │ │ │ stm32f058xx.h
│ │ │ │ │ stm32f071xb.h
│ │ │ │ │ stm32f072xb.h
│ │ │ │ │ stm32f078xx.h
│ │ │ │ │ stm32f091xc.h
│ │ │ │ │ stm32f098xx.h
│ │ │ │ │ stm32f0xx.h
│ │ │ │ └ system_stm32f0xx.h
│ │ │ └ Source
│ │ │ └ Templates
│ │ │ │ system_stm32f0xx.c
│ │ │ ├ arm
│ │ │ │ │ startup_stm32f030x6.s
│ │ │ │ │ startup_stm32f030x8.s
│ │ │ │ │ startup_stm32f031x6.s
│ │ │ │ │ startup_stm32f038xx.s
│ │ │ │ │ startup_stm32f042x6.s
│ │ │ │ │ startup_stm32f048xx.s
│ │ │ │ │ startup_stm32f051x8.s
│ │ │ │ │ startup_stm32f058xx.s
│ │ │ │ │ startup_stm32f071xb.s
│ │ │ │ │ startup_stm32f072xb.s
│ │ │ │ │ startup_stm32f078xx.s
│ │ │ │ │ startup_stm32f091xc.s
│ │ │ │ └ startup_stm32f098xx.s
│ │ │ ├ gcc
│ │ │ │ │ startup_stm32f030x6.s
│ │ │ │ │ startup_stm32f030x8.s
│ │ │ │ │ startup_stm32f031x6.s
│ │ │ │ │ startup_stm32f038xx.s
│ │ │ │ │ startup_stm32f042x6.s
│ │ │ │ │ startup_stm32f048xx.s
│ │ │ │ │ startup_stm32f051x8.s
│ │ │ │ │ startup_stm32f058xx.s
│ │ │ │ │ startup_stm32f071xb.s
│ │ │ │ │ startup_stm32f072xb.s
│ │ │ │ │ startup_stm32f078xx.s
│ │ │ │ │ startup_stm32f091xc.s
│ │ │ │ └ startup_stm32f098xx.s
│ │ │ └ iar
│ │ │ │ startup_stm32f030x6.s
│ │ │ │ startup_stm32f030x8.s
│ │ │ │ startup_stm32f031x6.s
│ │ │ │ startup_stm32f038xx.s
│ │ │ │ startup_stm32f042x6.s
│ │ │ │ startup_stm32f048xx.s
│ │ │ │ startup_stm32f051x8.s
│ │ │ │ startup_stm32f058xx.s
│ │ │ │ startup_stm32f071xb.s
│ │ │ │ startup_stm32f072xb.s
│ │ │ │ startup_stm32f078xx.s
│ │ │ │ startup_stm32f091xc.s
│ │ │ └ startup_stm32f098xx.s
│ │ ├ DSP_Lib
│ │ │ ├ Examples
│ │ │ │ ├ arm_class_marks_example
│ │ │ │ │ └ arm_class_marks_example_f32.c
│ │ │ │ ├ arm_convolution_example
│ │ │ │ │ └ arm_convolution_example_f32.c
│ │ │ │ ├ arm_dotproduct_example
│ │ │ │ │ └ arm_dotproduct_example_f32.c
│ │ │ │ ├ arm_fft_bin_example
│ │ │ │ │ │ arm_fft_bin_data.c
│ │ │ │ │ └ arm_fft_bin_example_f32.c
│ │ │ │ ├ arm_fir_example
│ │ │ │ │ │ arm_fir_data.c
│ │ │ │ │ └ arm_fir_example_f32.c
│ │ │ │ ├ arm_graphic_equalizer_example
│ │ │ │ │ │ arm_graphic_equalizer_data.c
│ │ │ │ │ └ arm_graphic_equalizer_example_q31.c
│ │ │ │ ├ arm_linear_interp_example
│ │ │ │ │ │ arm_linear_interp_data.c
│ │ │ │ │ └ arm_linear_interp_example_f32.c
│ │ │ │ ├ arm_matrix_example
│ │ │ │ │ └ arm_matrix_example_f32.c
│ │ │ │ ├ arm_signal_converge_example
│ │ │ │ │ │ arm_signal_converge_data.c
│ │ │ │ │ └ arm_signal_converge_example_f32.c
│ │ │ │ ├ arm_sin_cos_example
│ │ │ │ │ └ arm_sin_cos_example_f32.c
│ │ │ │ ├ arm_variance_example
│ │ │ │ │ └ arm_variance_example_f32.c
│ │ │ │ └ Common
│ │ │ │ │ system_ARMCM0.c
│ │ │ │ │ system_ARMCM3.c
│ │ │ │ │ system_ARMCM4.c
│ │ │ │ ├ ARM
│ │ │ │ │ │ startup_ARMCM0.s
│ │ │ │ │ │ startup_ARMCM3.s
│ │ │ │ │ └ startup_ARMCM4.s
│ │ │ │ ├ G++
│ │ │ │ │ │ startup_ARMCM0.s
│ │ │ │ │ │ startup_ARMCM3.s
│ │ │ │ │ └ startup_ARMCM4.s
│ │ │ │ ├ Include
│ │ │ │ │ └ math_helper.h
│ │ │ │ └ Source
│ │ │ │ └ math_helper.c
│ │ │ └ Source
│ │ │ ├ 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