资源简介
STM32F407单片机用超声波测距模块测量距离,用OLED显示出来,使用IIC协议。HC-SR04超声波测距模块可提供2cm-400cm的非接触式距离感测功能,测距精度可达高到3mm;模块包括超声波发射器、接收器与控制电路。像智能小车的测距以及转向,或是一些项目中,常常会用到。输入捕获得时间,超声波300m/s s=v*t/2
代码片段和文件信息
/**
******************************************************************************
* @file misc.c
* @author MCD Application Team
* @version V1.4.0
* @date 04-August-2014
* @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
* -----------------------------------------------
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2019-05-11 10:51 超声波测距 检测用OLED显示(iic)\
目录 0 2019-05-11 09:23 超声波测距 检测用OLED显示(iic)\CORE\
文件 109142 2014-07-17 21:52 超声波测距 检测用OLED显示(iic)\CORE\core_cm4.h
文件 22735 2014-07-17 21:52 超声波测距 检测用OLED显示(iic)\CORE\core_cm4_simd.h
文件 17146 2014-07-17 21:52 超声波测距 检测用OLED显示(iic)\CORE\core_cmFunc.h
文件 20513 2014-07-17 21:52 超声波测距 检测用OLED显示(iic)\CORE\core_cmInstr.h
文件 29605 2014-08-02 00:12 超声波测距 检测用OLED显示(iic)\CORE\startup_stm32f40_41xxx.s
目录 0 2019-05-11 09:23 超声波测距 检测用OLED显示(iic)\FWLIB\
目录 0 2019-05-11 09:23 超声波测距 检测用OLED显示(iic)\FWLIB\inc\
文件 6924 2014-08-01 23:18 超声波测距 检测用OLED显示(iic)\FWLIB\inc\misc.h
文件 32880 2014-08-01 23:18 超声波测距 检测用OLED显示(iic)\FWLIB\inc\stm32f4xx_adc.h
文件 27318 2014-08-01 23:18 超声波测距 检测用OLED显示(iic)\FWLIB\inc\stm32f4xx_can.h
文件 2416 2014-08-01 23:18 超声波测距 检测用OLED显示(iic)\FWLIB\inc\stm32f4xx_crc.h
文件 14481 2014-08-01 23:18 超声波测距 检测用OLED显示(iic)\FWLIB\inc\stm32f4xx_cryp.h
文件 14946 2014-08-01 23:18 超声波测距 检测用OLED显示(iic)\FWLIB\inc\stm32f4xx_dac.h
文件 4296 2014-08-01 23:18 超声波测距 检测用OLED显示(iic)\FWLIB\inc\stm32f4xx_dbgmcu.h
文件 12977 2014-08-01 23:18 超声波测距 检测用OLED显示(iic)\FWLIB\inc\stm32f4xx_dcmi.h
文件 28882 2014-08-01 23:18 超声波测距 检测用OLED显示(iic)\FWLIB\inc\stm32f4xx_dma.h
文件 19692 2014-08-01 23:18 超声波测距 检测用OLED显示(iic)\FWLIB\inc\stm32f4xx_dma2d.h
文件 8012 2014-08-01 23:18 超声波测距 检测用OLED显示(iic)\FWLIB\inc\stm32f4xx_exti.h
文件 24467 2014-08-04 22:05 超声波测距 检测用OLED显示(iic)\FWLIB\inc\stm32f4xx_flash.h
文件 3275 2014-08-04 22:05 超声波测距 检测用OLED显示(iic)\FWLIB\inc\stm32f4xx_flash_ramfunc.h
文件 44924 2014-08-01 23:18 超声波测距 检测用OLED显示(iic)\FWLIB\inc\stm32f4xx_fmc.h
文件 27181 2014-08-01 23:18 超声波测距 检测用OLED显示(iic)\FWLIB\inc\stm32f4xx_fsmc.h
文件 23548 2014-08-01 23:18 超声波测距 检测用OLED显示(iic)\FWLIB\inc\stm32f4xx_gpio.h
文件 10084 2014-08-01 23:18 超声波测距 检测用OLED显示(iic)\FWLIB\inc\stm32f4xx_hash.h
文件 31939 2014-08-01 23:18 超声波测距 检测用OLED显示(iic)\FWLIB\inc\stm32f4xx_i2c.h
文件 4323 2014-08-01 23:18 超声波测距 检测用OLED显示(iic)\FWLIB\inc\stm32f4xx_iwdg.h
文件 21191 2014-08-01 23:18 超声波测距 检测用OLED显示(iic)\FWLIB\inc\stm32f4xx_ltdc.h
文件 7728 2014-08-01 23:18 超声波测距 检测用OLED显示(iic)\FWLIB\inc\stm32f4xx_pwr.h
文件 30063 2014-08-01 23:18 超声波测距 检测用OLED显示(iic)\FWLIB\inc\stm32f4xx_rcc.h
............此处省略234个文件信息
- 上一篇:企业信息安全意识培训
- 下一篇:MA5675V800R313C00SPH212固件
相关资源
- 06 canOpen PDO远程同步.zip
- 基于STM32G071RBT的SPI读取ADXL357加速度和
- HMI串口屏幕stm32通信
- STM32F103+四个VL53L0代码2020新.zip
- STM32F407VET6互补SPWM+死区+PID +ADC+TFT LC
- STM32F103精英版FreeRTOS例程
- 基于stm32F103 的modbus电表 188/645协议水
- 20180422_采频率问题.zip
- STM32F4_xx移植grbl_CNC
- STM32_FreeRTOS+LwIP
- STM32F072 USB升级应用代码DFU功能
- 基于HAL库STM32+RC522读写卡程序 调试完
- keil.stm32f0xx_dfp
- Keil.STM32F1xx_DFP.2.3.0.pack及安装说明.r
- STM32F407+FreeRTOS+LAN8720+LWIP1.4.1+DHCP+UDP+标
- STM32F407+FreeRTOS+LAN8720+LWIP1.4.1+DHCP+标准
- STM32F3标准库_官方
- STM32F407 LAN9252 Ethercat HBI.rar
- STM32F4_LCD12864驱动
- STM32:Keil5下实现电子时钟
- stm32 ID加密和校验例程
- 基于单片机的自动灌溉系统
- STM32自学笔记完整扫描版
- STM32F030超值入门开发资料
- stm32f407官方库
- STM32F407VE_ETH_RMII+LAN8720源码
- 基于STM32单片机全向遥控机器人的设计
- STM32驱动迪文串口屏
- 串口屏32程序
- STM32+OV2640+ESP8266图片传输
评论
共有 条评论