资源简介
mlx90614红外无接触测温stm32代码已测试通过,SCK---PB6,SDA---PB7,串口1输出温度值。
代码片段和文件信息
/**
******************************************************************************
* @file misc.c
* @author MCD Application Team
* @version V3.5.0
* @date 11-March-2011
* @brief This file provides all the miscellaneous firmware functions (add-on
* to CMSIS functions).
******************************************************************************
* @attention
*
* THE PRESENT FIRMWARE WHICH IS FOR GUIDANCE ONLY AIMS AT PROVIDING CUSTOMERS
* WITH CODING INFORMATION REGARDING THEIR PRODUCTS IN ORDER FOR THEM TO SAVE
* TIME. AS A RESULT STMICROELECTRONICS SHALL NOT BE HELD LIABLE FOR ANY
* DIRECT INDIRECT OR CONSEQUENTIAL DAMAGES WITH RESPECT TO ANY CLAIMS ARISING
* FROM THE CONTENT OF SUCH FIRMWARE AND/OR THE USE MADE BY CUSTOMERS OF THE
* CODING INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS.
*
* © COPYRIGHT 2011 STMicroelectronics
******************************************************************************
*/
/* Includes ------------------------------------------------------------------*/
#include “misc.h“
/** @addtogroup STM32F10x_StdPeriph_Driver
* @{
*/
/** @defgroup MISC
* @brief MISC driver modules
* @{
*/
/** @defgroup MISC_Private_TypesDefinitions
* @{
*/
/**
* @}
*/
/** @defgroup MISC_Private_Defines
* @{
*/
#define AIRCR_VECTKEY_MASK ((uint32_t)0x05FA0000)
/**
* @}
*/
/** @defgroup MISC_Private_Macros
* @{
*/
/**
* @}
*/
/** @defgroup MISC_Private_Variables
* @{
*/
/**
* @}
*/
/** @defgroup MISC_Private_FunctionPrototypes
* @{
*/
/**
* @}
*/
/** @defgroup MISC_Private_Functions
* @{
*/
/**
* @brief Configures the priority grouping: pre-emption priority and subpriority.
* @param NVIC_PriorityGroup: specifies the priority grouping bits length.
* This parameter can be one of the following values:
* @arg NVIC_PriorityGroup_0: 0 bits for pre-emption priority
* 4 bits for subpriority
* @arg NVIC_PriorityGroup_1: 1 bits for pre-emption priority
* 3 bits for subpriority
* @arg NVIC_PriorityGroup_2: 2 bits for pre-emption priority
* 2 bits for subpriority
* @arg NVIC_PriorityGroup_3: 3 bits for pre-emption priority
* 1 bits for subpriority
* @arg NVIC_PriorityGroup_4: 4 bits for pre-emption priority
* 0 bits for subpriority
* @retval None
*/
void NVIC_PriorityGroupConfig(uint32_t NVIC_PriorityGroup)
{
/* Check the parameters */
assert_param(IS_NVIC_PRIORITY_GROUP(NVIC_PriorityGroup));
/* Set the PRIGROUP[10:8] bits according to NVIC_PriorityGroup value */
SCB->AIRCR = AIRCR_VECTKEY_MASK | NVIC_PriorityGroup;
}
/**
* @brief Initializes the NVIC p
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 8982 2015-12-01 11:47 mlx90614\inc\misc.h
文件 307 2019-05-10 13:40 mlx90614\inc\RTE_Components.h
文件 21690 2015-12-01 11:47 mlx90614\inc\stm32f10x_adc.h
文件 7555 2015-12-01 11:47 mlx90614\inc\stm32f10x_bkp.h
文件 27559 2015-12-01 11:47 mlx90614\inc\stm32f10x_can.h
文件 6573 2015-12-01 11:47 mlx90614\inc\stm32f10x_cec.h
文件 4164 2014-02-11 17:30 mlx90614\inc\stm32f10x_conf.h
文件 2162 2015-12-01 11:47 mlx90614\inc\stm32f10x_crc.h
文件 15233 2015-12-01 11:47 mlx90614\inc\stm32f10x_dac.h
文件 3818 2015-12-01 11:47 mlx90614\inc\stm32f10x_dbgmcu.h
文件 20754 2015-12-01 11:47 mlx90614\inc\stm32f10x_dma.h
文件 6824 2015-12-01 11:47 mlx90614\inc\stm32f10x_exti.h
文件 25445 2015-12-01 11:47 mlx90614\inc\stm32f10x_flash.h
文件 27016 2015-12-01 11:47 mlx90614\inc\stm32f10x_fsmc.h
文件 20175 2015-12-01 11:47 mlx90614\inc\stm32f10x_gpio.h
文件 30029 2015-12-01 11:47 mlx90614\inc\stm32f10x_i2c.h
文件 3828 2015-12-01 11:47 mlx90614\inc\stm32f10x_iwdg.h
文件 4383 2015-12-01 11:47 mlx90614\inc\stm32f10x_pwr.h
文件 30452 2015-12-01 11:47 mlx90614\inc\stm32f10x_rcc.h
文件 3857 2015-12-01 11:47 mlx90614\inc\stm32f10x_rtc.h
文件 21863 2015-12-01 11:47 mlx90614\inc\stm32f10x_sdio.h
文件 17725 2015-12-01 11:47 mlx90614\inc\stm32f10x_spi.h
文件 52427 2015-12-01 11:47 mlx90614\inc\stm32f10x_tim.h
文件 16548 2015-12-01 11:47 mlx90614\inc\stm32f10x_usart.h
文件 2966 2015-12-01 11:47 mlx90614\inc\stm32f10x_wwdg.h
文件 399 2011-05-09 18:17 mlx90614\keilkill.bat
文件 226286 2020-03-31 12:41 mlx90614\OBJ\delay.crf
文件 398 2020-03-31 12:41 mlx90614\OBJ\delay.d
文件 241280 2020-03-31 12:41 mlx90614\OBJ\delay.o
文件 241938 2020-03-31 12:41 mlx90614\OBJ\mlx90614.crf
............此处省略96个文件信息
相关资源
- 基于stm32f4的非接触式红外温度传感器
- STM32驱动max30102和MLX90614程序
- STC12C5A60S2与MLX90614红外温度传感器程序
- stm32f1对MLX90614ESF读取数据
- MLX90614红外测温 STM32完整工程文件
- MLX90614驱动程序
- 基于红外测温仪的输送带防撕裂装置
- 基于51单片机的MLX90614红外测温仪实验
- TN901红外测温仪 非接触红外测温仪 设
- 单片机和LCD实现红外测温仪设计
- MLX90640.zip
- STM8红外温度传感器MLX90614源代码
- 红外人体测温额温枪方案.rar
- 红外非接触式电子体温计枪设计提供
- SampleCode32x32dR2.rar
- 基于STM8L方案:额温枪、红外测温仪设
- BH67F2752_红外测温方案额温枪额温枪原
- 额温枪电路设计原理图(附赠官方M
- mlx90614非接触式红外传感器温度采集
- TN905/TN901红外测温模块STM32程序
- STM32F4+MLX90614
- MLX90614和STC12C5604AD的SMBusPWM;_通信
评论
共有 条评论