资源简介

正点原子F1, 红外测温模块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

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      17273  2010-06-07 10:25  STM32红外测温MLX90614\CORE\core_cm3.c

     文件      85714  2011-02-09 14:59  STM32红外测温MLX90614\CORE\core_cm3.h

     文件      15503  2011-03-10 10:52  STM32红外测温MLX90614\CORE\startup_stm32f10x_hd.s

    ..A.SH.         9  2015-04-26 02:33  STM32红外测温MLX90614\CORE\_desktop.ini

     文件       5524  2016-04-20 19:44  STM32红外测温MLX90614\HARDWARELIB\bmp.h

     文件      19124  2016-04-21 00:12  STM32红外测温MLX90614\HARDWARELIB\codetab.h

     文件      13386  2018-08-16 11:35  STM32红外测温MLX90614\HARDWARELIB\MLX90614\MLX90614.c

     文件        141  2018-08-16 11:35  STM32红外测温MLX90614\HARDWARELIB\MLX90614\MLX90614.h

     文件       8140  2018-08-16 19:28  STM32红外测温MLX90614\HARDWARELIB\oled.c

     文件       1388  2016-04-20 22:48  STM32红外测温MLX90614\HARDWARELIB\oled.h

    ..A.SH.         9  2015-04-26 02:33  STM32红外测温MLX90614\HARDWARELIB\_desktop.ini

     文件        399  2011-04-23 10:24  STM32红外测温MLX90614\keilkilll.bat

     文件       3667  2015-07-16 09:52  STM32红外测温MLX90614\OBJ\core_cm3.crf

     文件        119  2015-07-16 09:52  STM32红外测温MLX90614\OBJ\core_cm3.d

     文件      10948  2015-07-16 09:52  STM32红外测温MLX90614\OBJ\core_cm3.o

     文件     379628  2015-08-12 12:34  STM32红外测温MLX90614\OBJ\dac7811.axf

     文件        208  2016-04-06 22:05  STM32红外测温MLX90614\OBJ\dac7811.build_log.htm

     文件     256058  2015-08-12 12:34  STM32红外测温MLX90614\OBJ\dac7811.crf

     文件        756  2015-08-12 12:34  STM32红外测温MLX90614\OBJ\dac7811.d

     文件     112596  2015-08-12 12:34  STM32红外测温MLX90614\OBJ\dac7811.hex

     文件     101695  2015-08-12 12:34  STM32红外测温MLX90614\OBJ\dac7811.htm

     文件        600  2015-08-12 12:34  STM32红外测温MLX90614\OBJ\dac7811.lnp

     文件     127638  2015-08-12 12:34  STM32红外测温MLX90614\OBJ\dac7811.map

     文件     276208  2015-08-12 12:34  STM32红外测温MLX90614\OBJ\dac7811.o

     文件        182  2015-08-11 09:13  STM32红外测温MLX90614\OBJ\dac7811.plg

     文件        479  2015-07-16 09:52  STM32红外测温MLX90614\OBJ\dac7811.sct

     文件     255155  2015-07-16 09:52  STM32红外测温MLX90614\OBJ\delay.crf

     文件        667  2015-07-16 09:52  STM32红外测温MLX90614\OBJ\delay.d

     文件     274032  2015-07-16 09:52  STM32红外测温MLX90614\OBJ\delay.o

     文件     290276  2015-07-16 09:52  STM32红外测温MLX90614\OBJ\ili93xx.crf

............此处省略196个文件信息

评论

共有 条评论