资源简介

基于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 - 副本\objects\
     文件          37  2019-12-30 11:19  已完成的按键+红外测温+oled - 副本\objects\acsii.d
     文件      220164  2019-12-30 16:24  已完成的按键+红外测温+oled - 副本\objects\ascii.crf
     文件         270  2019-12-30 16:24  已完成的按键+红外测温+oled - 副本\objects\ascii.d
     文件      237532  2019-12-30 16:24  已完成的按键+红外测温+oled - 副本\objects\ascii.o
     文件      220242  2020-05-23 08:35  已完成的按键+红外测温+oled - 副本\objects\ascii_1.crf
     文件         282  2020-05-23 08:35  已完成的按键+红外测温+oled - 副本\objects\ascii_1.d
     文件      238396  2020-05-23 08:35  已完成的按键+红外测温+oled - 副本\objects\ascii_1.o
     文件        3943  2020-05-21 01:16  已完成的按键+红外测温+oled - 副本\objects\core_cm3.crf
     文件         111  2020-05-21 01:16  已完成的按键+红外测温+oled - 副本\objects\core_cm3.d
     文件       11004  2020-05-21 01:16  已完成的按键+红外测温+oled - 副本\objects\core_cm3.o
............此处省略107个文件信息

评论

共有 条评论