资源简介
基于stm32的MLX90614红外测温模块。每按一次按键进行测温,温度值显示于oled屏。代码已测试,可用。
代码片段和文件信息
/**************************************************************************//**
* @file core_cm3.c
* @brief CMSIS Cortex-M3 Core Peripheral Access layer Source File
* @version V1.30
* @date 30. October 2009
*
* @note
* Copyright (C) 2009 ARM Limited. All rights reserved.
*
* @par
* ARM Limited (ARM) is supplying this software for use with Cortex-M
* processor based microcontrollers. This file can be freely distributed
* within development tools that are supporting such ARM based processors.
*
* @par
* THIS SOFTWARE IS PROVIDED “AS IS“. NO WARRANTIES WHETHER EXPRESS IMPLIED
* OR STATUTORY INCLUDING BUT NOT LIMITED TO IMPLIED WARRANTIES OF
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE APPLY TO THIS SOFTWARE.
* ARM SHALL NOT IN ANY CIRCUMSTANCES BE LIABLE FOR SPECIAL INCIDENTAL OR
* CONSEQUENTIAL DAMAGES FOR ANY REASON WHATSOEVER.
*
******************************************************************************/
#include
/* define compiler specific symbols */
#if defined ( __CC_ARM )
#define __ASM __asm /*!< asm keyword for ARM Compiler */
#define __INLINE __inline /*!< inline keyword for ARM Compiler */
#elif defined ( __ICCARM__ )
#define __ASM __asm /*!< asm keyword for IAR Compiler */
#define __INLINE inline /*!< inline keyword for IAR Compiler. Only avaiable in High optimization mode! */
#elif defined ( __GNUC__ )
#define __ASM __asm /*!< asm keyword for GNU Compiler */
#define __INLINE inline /*!< inline keyword for GNU Compiler */
#elif defined ( __TASKING__ )
#define __ASM __asm /*!< asm keyword for TASKING Compiler */
#define __INLINE inline /*!< inline keyword for TASKING Compiler */
#endif
/* ################### Compiler specific Intrinsics ########################### */
#if defined ( __CC_ARM ) /*------------------RealView Compiler -----------------*/
/* ARM armcc specific functions */
/**
* @brief Return the Process Stack Pointer
*
* @return ProcessStackPointer
*
* Return the actual process stack pointer
*/
__ASM uint32_t __get_PSP(void)
{
mrs r0 psp
bx lr
}
/**
* @brief Set the Process Stack Pointer
*
* @param topOfProcStack Process Stack Pointer
*
* Assign the value ProcessStackPointer to the MSP
* (process stack pointer) Cortex processor register
*/
__ASM void __set_PSP(uint32_t topOfProcStack)
{
msr psp r0
bx lr
}
/**
* @brief Return the Main Stack Pointer
*
* @return Main Stack Pointer
*
* Return the curren
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2020-05-29 21:58 已完成的按键+红外测温+oled - 副本\
目录 0 2020-05-29 21:55 已完成的按键+红外测温+oled - 副本\cmsis\
文件 17273 2010-06-07 10:25 已完成的按键+红外测温+oled - 副本\cmsis\core_cm3.c
文件 85714 2011-02-09 14:59 已完成的按键+红外测温+oled - 副本\cmsis\core_cm3.h
文件 12765 2011-03-10 10:52 已完成的按键+红外测温+oled - 副本\cmsis\startup_stm32f10x_md.s
文件 633941 2019-08-27 14:41 已完成的按键+红外测温+oled - 副本\cmsis\stm32f10x.h
文件 36557 2011-03-10 10:51 已完成的按键+红外测温+oled - 副本\cmsis\system_stm32f10x.c
文件 2085 2011-03-10 10:51 已完成的按键+红外测温+oled - 副本\cmsis\system_stm32f10x.h
目录 0 2020-01-03 09:42 已完成的按键+红外测温+oled - 副本\Debug\
目录 0 2020-05-29 21:55 已完成的按键+红外测温+oled - 副本\DebugConfig\
文件 2403 2017-11-23 15:41 已完成的按键+红外测温+oled - 副本\DebugConfig\demo_STM32F103C8_1.0.0.dbgconf
文件 2403 2017-11-23 15:41 已完成的按键+红外测温+oled - 副本\DebugConfig\demo_STM32F103VG_1.0.0.dbgconf
文件 143042 2020-05-29 21:58 已完成的按键+红外测温+oled - 副本\DemoF1.uvguix.ASUS
文件 16066 2020-05-29 21:58 已完成的按键+红外测温+oled - 副本\DemoF1.uvoptx
文件 17160 2020-05-29 21:58 已完成的按键+红外测温+oled - 副本\DemoF1.uvprojx
目录 0 2020-05-29 21:55 已完成的按键+红外测温+oled - 副本\Listings\
文件 85692 2020-05-24 08:44 已完成的按键+红外测温+oled - 副本\Listings\DemoF1.map
文件 52580 2019-08-27 14:45 已完成的按键+红外测温+oled - 副本\Listings\startup_stm32f10x_hd.lst
文件 41465 2020-05-21 01:16 已完成的按键+红外测温+oled - 副本\Listings\startup_stm32f10x_md.lst
文件 72903 2019-08-27 12:05 已完成的按键+红外测温+oled - 副本\Listings\Template.map
目录 0 2020-05-29 21:55 已完成的按键+红外测温+oled - 副本\ob
文件 37 2019-12-30 11:19 已完成的按键+红外测温+oled - 副本\ob
文件 220164 2019-12-30 16:24 已完成的按键+红外测温+oled - 副本\ob
文件 270 2019-12-30 16:24 已完成的按键+红外测温+oled - 副本\ob
文件 237532 2019-12-30 16:24 已完成的按键+红外测温+oled - 副本\ob
文件 220242 2020-05-23 08:35 已完成的按键+红外测温+oled - 副本\ob
文件 282 2020-05-23 08:35 已完成的按键+红外测温+oled - 副本\ob
文件 238396 2020-05-23 08:35 已完成的按键+红外测温+oled - 副本\ob
文件 3943 2020-05-21 01:16 已完成的按键+红外测温+oled - 副本\ob
文件 111 2020-05-21 01:16 已完成的按键+红外测温+oled - 副本\ob
文件 11004 2020-05-21 01:16 已完成的按键+红外测温+oled - 副本\ob
............此处省略107个文件信息
相关资源
- STM32F4 7针0.96寸oled驱动.rar
- as608在oled上移植
- OLED驱动库、例程、取字软件与资料
- 0.96寸OLED显示屏资料
- K60 OLED显示程序
- 基于STM32的AS608指纹锁_Project.rar
- 基于stm32的OLED 屏幕显示温湿度历程
- 中景园电子0.96OLED显示屏_STM32系列_S
- OLED汉字字库
- S6E63D6代码
- HT32f53252使用DHT11+光强+oled+gprs
- 键盘加OLED屏幕显示数字
- RM69330 DataSheet_V0.0_20171101.pdf
- 基于stm32单片机多功能计步手环
- OLED-STM32F4-IIC
- SPI版0.96寸OLED显示屏资料(SSD1306)
- 基于stm32f103zet6的0.96寸的OLED显示屏源
- stm32+MLX90614测温代码.rar
- STM32F103C8T6每隔20s驱动DS18B20测温_OLED
- 基于STM32的电子秤-HX711模块-OLED显示
- 基于stm32f103c8t6温湿度显示屏.rar
- SSD1315 OLED资料
- STM32F103超精准步进电机定角oled显示角
- OLED stm32f4程序
- F1模拟iic驱动oled
- 基于STM8的OLED驱动
- OLED+KEY切屏
- 这是用stm32F103C8T6操作oled的程序
- stm32 iic 控制0.96寸oled
- STM32F103C8T6+OLED+BS18B20温度显示
评论
共有 条评论