资源简介
STM32F407模拟I2C中断读取MPU6050解算欧拉角,解算频率100HZ,稳定性还不错,yaw偏移很小,对四轴飞行器应该是够了.
代码片段和文件信息
/**
******************************************************************************
* @file misc.c
* @author MCD Application Team
* @version V1.8.0
* @date 04-November-2016
* @brief This file provides all the miscellaneous firmware functions (add-on
* to CMSIS functions).
*
* @verbatim
*
* ===================================================================
* How to configure Interrupts using driver
* ===================================================================
*
* This section provide functions allowing to configure the NVIC interrupts (IRQ).
* The Cortex-M4 exceptions are managed by CMSIS functions.
*
* 1. Configure the NVIC Priority Grouping using NVIC_PriorityGroupConfig()
* function according to the following table.
* The table below gives the allowed values of the pre-emption priority and subpriority according
* to the Priority Grouping configuration performed by NVIC_PriorityGroupConfig function
* ==========================================================================================================================
* NVIC_PriorityGroup | NVIC_IRQChannelPreemptionPriority | NVIC_IRQChannelSubPriority | Description
* ==========================================================================================================================
* NVIC_PriorityGroup_0 | 0 | 0-15 | 0 bits for pre-emption priority
* | | | 4 bits for subpriority
* --------------------------------------------------------------------------------------------------------------------------
* NVIC_PriorityGroup_1 | 0-1 | 0-7 | 1 bits for pre-emption priority
* | | | 3 bits for subpriority
* --------------------------------------------------------------------------------------------------------------------------
* NVIC_PriorityGroup_2 | 0-3 | 0-3 | 2 bits for pre-emption priority
* | | | 2 bits for subpriority
* --------------------------------------------------------------------------------------------------------------------------
* NVIC_PriorityGroup_3 | 0-7 | 0-1 | 3 bits for pre-emption priority
* | | | 1 bits for subpriority
* ---------------------------------------------
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 114403 2016-11-05 01:33 f407_mpu6050\cmsys\core_cm4.h
文件 18323 2016-11-05 01:33 f407_mpu6050\cmsys\core_cmFunc.h
文件 27908 2016-11-05 01:33 f407_mpu6050\cmsys\core_cmInstr.h
文件 22947 2016-11-05 01:33 f407_mpu6050\cmsys\core_cmSimd.h
文件 29607 2016-11-07 23:02 f407_mpu6050\cmsys\startup_stm32f40_41xxx.s
文件 2851 2017-11-21 16:21 f407_mpu6050\DebugConfig\Target_1_STM32F429ZITx.dbgconf
文件 339 2019-08-23 20:40 f407_mpu6050\EventRecorderStub.scvd
文件 6926 2016-11-05 01:33 f407_mpu6050\head\misc.h
文件 940126 2019-07-16 22:14 f407_mpu6050\head\stm32f4xx.h
文件 33008 2016-11-05 01:33 f407_mpu6050\head\stm32f4xx_adc.h
文件 27849 2016-11-08 23:33 f407_mpu6050\head\stm32f4xx_can.h
文件 12446 2016-11-05 01:33 f407_mpu6050\head\stm32f4xx_cec.h
文件 5851 2016-11-09 02:19 f407_mpu6050\head\stm32f4xx_conf.h
文件 2418 2016-11-05 01:33 f407_mpu6050\head\stm32f4xx_crc.h
文件 14483 2016-11-05 01:33 f407_mpu6050\head\stm32f4xx_cryp.h
文件 14948 2016-11-05 01:33 f407_mpu6050\head\stm32f4xx_dac.h
文件 4298 2016-11-05 01:33 f407_mpu6050\head\stm32f4xx_dbgmcu.h
文件 12979 2016-11-05 01:33 f407_mpu6050\head\stm32f4xx_dcmi.h
文件 46290 2016-11-09 01:41 f407_mpu6050\head\stm32f4xx_dfsdm.h
文件 28884 2016-11-05 01:33 f407_mpu6050\head\stm32f4xx_dma.h
文件 19703 2016-11-05 01:33 f407_mpu6050\head\stm32f4xx_dma2d.h
文件 41450 2016-11-05 01:33 f407_mpu6050\head\stm32f4xx_dsi.h
文件 8117 2016-11-05 01:33 f407_mpu6050\head\stm32f4xx_exti.h
文件 25092 2016-11-05 01:33 f407_mpu6050\head\stm32f4xx_flash.h
文件 3277 2016-11-05 01:33 f407_mpu6050\head\stm32f4xx_flash_ramfunc.h
文件 19235 2016-11-05 01:33 f407_mpu6050\head\stm32f4xx_fmpi2c.h
文件 27183 2016-11-05 01:33 f407_mpu6050\head\stm32f4xx_fsmc.h
文件 29269 2016-11-05 01:33 f407_mpu6050\head\stm32f4xx_gpio.h
文件 10086 2016-11-05 01:33 f407_mpu6050\head\stm32f4xx_hash.h
文件 31937 2016-11-05 01:33 f407_mpu6050\head\stm32f4xx_i2c.h
............此处省略103个文件信息
相关资源
- stm32cubemx软件iic读取mpu6050dmp通过串口
- STM32F407W5500
- STM32F AT24c02软件驱动程序
- STM32F411RCT6最小系统原理图
- 基于STM32F407的OTM8009液晶显示驱动
- I2C总线的verilog代码
- I2C总线proteus测试
- STM32F407驱动AD7606的8路16位AD同步采样含
- 基于STM32的 ADXL345三轴测量角度 软件
- linux下使用IIC总线读写EEPROM
- arduino_LiquidCrystal_I2C库及proteus仿真LC
- 最完美的STM32读写I2C EEPROM驱动
- stm32 软件I2C 实验
- STM32F4XX固件库之DSP库的说明
- xvid mpeg4 codec 编码解码器 v1.1.3 Final 汉
- Audio_Test for STM32F4Discovery
- stm32f407+FFT浮点运算例程
- 读写I2C FLASH的Verilog程序
- 正点原子STM32F407 AD封装库
- I2C 控制器的 Verilog源程序
- ads1115驱动,msp430f149单片机
- STM32定时器输出带有死区时间的PWM波形
- 群星系列流明单片机的I2C写法
- I2C总线规范与I2C器件C51读写程序
- STM32F429使用外扩SDRAM运行程序的方法
- STM32F4xx内部flash读写(优化后可靠稳定
- STM32F407 串口通讯
- stm32 完整IIC通讯代码,三轴加速度计
- stm32f4 时钟配置工具
- STM32F401CCU6跑马灯实验性源程序
评论
共有 条评论