文件名称:STM32F4_Cpp
-
所属分类:
- 标签属性:
- 上传时间:2016-06-30
-
文件大小:3.72mb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
采用C++来封装下STM32的库函数,目前封装了GPIO,UART,TIM Base,SPI等几个外设。-use C++ to encapsulate the STM32 library function, the current package of GPIO, UART, Base, SPI, TIM and several other peripherals
(系统自动生成,下载前可以参看下载内容)
下载文件列表
.mxproject
Drivers/
Drivers/CMSIS/
Drivers/CMSIS/DSP_Lib/
Drivers/CMSIS/DSP_Lib/Source/
Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/
Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_abs_f32.c
Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_abs_q15.c
Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_abs_q31.c
Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_abs_q7.c
Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_add_f32.c
Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_add_q15.c
Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_add_q31.c
Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_add_q7.c
Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_dot_prod_f32.c
Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_dot_prod_q15.c
Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_dot_prod_q31.c
Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_dot_prod_q7.c
Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_mult_f32.c
Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_mult_q15.c
Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_mult_q31.c
Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_mult_q7.c
Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_negate_f32.c
Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_negate_q15.c
Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_negate_q31.c
Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_negate_q7.c
Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_offset_f32.c
Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_offset_q15.c
Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_offset_q31.c
Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_offset_q7.c
Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_scale_f32.c
Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_scale_q15.c
Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_scale_q31.c
Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_scale_q7.c
Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_shift_q15.c
Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_shift_q31.c
Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_shift_q7.c
Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_sub_f32.c
Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_sub_q15.c
Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_sub_q31.c
Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_sub_q7.c
Drivers/CMSIS/DSP_Lib/Source/CommonTables/
Drivers/CMSIS/DSP_Lib/Source/CommonTables/arm_common_tables.c
Drivers/CMSIS/DSP_Lib/Source/CommonTables/arm_const_structs.c
Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/
Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_conj_f32.c
Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_conj_q15.c
Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_conj_q31.c
Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_dot_prod_f32.c
Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_dot_prod_q15.c
Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_dot_prod_q31.c
Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_f32.c
Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_q15.c
Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_q31.c
Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_squared_f32.c
Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_squared_q15.c
Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_squared_q31.c
Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_cmplx_f32.c
Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_cmplx_q15.c
Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_cmplx_q31.c
Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_real_f32.c
Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_real_q15.c
Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_real_q31.c
Drivers/CMSIS/DSP_Lib/Source/ControllerFunctions/
Drivers/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_init_f32.c
Drivers/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_init_q15.c
Drivers/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_init_q31.c
Drivers/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_reset_f32.c
Drivers/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_reset_q15.c
Drivers/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_reset_q31.c
Drivers/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_sin_cos_f32.c
Drivers/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_sin_cos_q31.c
Drivers/CMSIS/DSP_Lib/Source/FastMathFunctions/
Drivers/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_cos_f32.c
Drivers/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_cos_q15.c
Drivers/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_cos_q31.c
Drivers/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sin_f32.c
Drivers/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sin_q15.c
Drivers/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sin_q31.c
Drivers/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sqrt_q15.c
Drivers/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sqrt_q31.c
Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/
Drivers/CMSIS/DSP_L
Drivers/
Drivers/CMSIS/
Drivers/CMSIS/DSP_Lib/
Drivers/CMSIS/DSP_Lib/Source/
Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/
Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_abs_f32.c
Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_abs_q15.c
Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_abs_q31.c
Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_abs_q7.c
Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_add_f32.c
Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_add_q15.c
Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_add_q31.c
Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_add_q7.c
Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_dot_prod_f32.c
Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_dot_prod_q15.c
Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_dot_prod_q31.c
Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_dot_prod_q7.c
Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_mult_f32.c
Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_mult_q15.c
Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_mult_q31.c
Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_mult_q7.c
Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_negate_f32.c
Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_negate_q15.c
Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_negate_q31.c
Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_negate_q7.c
Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_offset_f32.c
Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_offset_q15.c
Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_offset_q31.c
Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_offset_q7.c
Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_scale_f32.c
Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_scale_q15.c
Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_scale_q31.c
Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_scale_q7.c
Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_shift_q15.c
Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_shift_q31.c
Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_shift_q7.c
Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_sub_f32.c
Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_sub_q15.c
Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_sub_q31.c
Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_sub_q7.c
Drivers/CMSIS/DSP_Lib/Source/CommonTables/
Drivers/CMSIS/DSP_Lib/Source/CommonTables/arm_common_tables.c
Drivers/CMSIS/DSP_Lib/Source/CommonTables/arm_const_structs.c
Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/
Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_conj_f32.c
Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_conj_q15.c
Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_conj_q31.c
Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_dot_prod_f32.c
Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_dot_prod_q15.c
Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_dot_prod_q31.c
Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_f32.c
Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_q15.c
Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_q31.c
Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_squared_f32.c
Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_squared_q15.c
Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_squared_q31.c
Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_cmplx_f32.c
Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_cmplx_q15.c
Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_cmplx_q31.c
Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_real_f32.c
Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_real_q15.c
Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_real_q31.c
Drivers/CMSIS/DSP_Lib/Source/ControllerFunctions/
Drivers/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_init_f32.c
Drivers/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_init_q15.c
Drivers/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_init_q31.c
Drivers/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_reset_f32.c
Drivers/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_reset_q15.c
Drivers/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_reset_q31.c
Drivers/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_sin_cos_f32.c
Drivers/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_sin_cos_q31.c
Drivers/CMSIS/DSP_Lib/Source/FastMathFunctions/
Drivers/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_cos_f32.c
Drivers/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_cos_q15.c
Drivers/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_cos_q31.c
Drivers/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sin_f32.c
Drivers/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sin_q15.c
Drivers/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sin_q31.c
Drivers/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sqrt_q15.c
Drivers/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sqrt_q31.c
Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/
Drivers/CMSIS/DSP_L
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.