• 大小: 6.15MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-09-24
  • 语言: 其他
  • 标签: ADXL345  

资源简介

ADXL345加速度传感器,可检测 x y z三轴加速度,串口发送数据到上位机,通过检测加速度数值,判断是否有移动,串口触发报警信号

资源截图

代码片段和文件信息

/**************************************************************************//**
 * @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  ADXL345\ADXL345\CORE\core_cm3.c

     文件      85714  2011-02-09 14:59  ADXL345\ADXL345\CORE\core_cm3.h

     文件      15503  2011-03-10 10:52  ADXL345\ADXL345\CORE\startup_stm32f10x_hd.s

     文件       2826  2018-06-05 18:52  ADXL345\ADXL345\HARDWARE\ADC\adc.c

     文件        532  2012-09-16 10:12  ADXL345\ADXL345\HARDWARE\ADC\adc.h

     文件       6842  2018-09-26 20:12  ADXL345\ADXL345\HARDWARE\IIC\bh1750.c

     文件       1636  2018-09-09 21:42  ADXL345\ADXL345\HARDWARE\IIC\BH1750.h

     文件       1299  2018-09-08 21:02  ADXL345\ADXL345\HARDWARE\LED\led.c

     文件        640  2014-03-20 19:03  ADXL345\ADXL345\HARDWARE\LED\led.h

     文件       8564  2018-09-08 20:09  ADXL345\ADXL345\HARDWARE\OLED\oled.c

     文件       1669  2018-06-11 20:13  ADXL345\ADXL345\HARDWARE\OLED\oled.h

     文件      35113  2018-05-26 17:22  ADXL345\ADXL345\HARDWARE\OLED\oledfont.h

     文件      35017  2014-01-02 11:23  ADXL345\ADXL345\HARDWARE\OLED\oledfont.h~RF10803ac5.TMP

     文件      35017  2018-01-27 16:46  ADXL345\ADXL345\HARDWARE\OLED\oledfont.h~RF5d6b19.TMP

     文件       4520  2018-05-25 20:23  ADXL345\ADXL345\HARDWARE\TEXT\text.c

     文件        636  2014-03-25 17:22  ADXL345\ADXL345\HARDWARE\TEXT\text.h

     文件     308748  2018-09-27 08:54  ADXL345\ADXL345\OBJ\ADXL345.axf

     文件       1395  2018-09-27 08:54  ADXL345\ADXL345\OBJ\ADXL345.build_log.htm

     文件      28483  2018-09-27 08:54  ADXL345\ADXL345\OBJ\ADXL345.hex

     文件      69285  2018-09-27 08:54  ADXL345\ADXL345\OBJ\ADXL345.htm

     文件        692  2018-09-27 08:54  ADXL345\ADXL345\OBJ\ADXL345.lnp

     文件        479  2018-09-09 15:37  ADXL345\ADXL345\OBJ\ADXL345.sct

     文件      36536  2018-09-27 08:54  ADXL345\ADXL345\OBJ\ADXL345_Target 1.dep

     文件     352140  2018-09-27 08:45  ADXL345\ADXL345\OBJ\bh1750.crf

     文件       1663  2018-09-27 08:45  ADXL345\ADXL345\OBJ\bh1750.d

     文件     400688  2018-09-27 08:45  ADXL345\ADXL345\OBJ\bh1750.o

     文件       3940  2018-09-27 08:45  ADXL345\ADXL345\OBJ\core_cm3.crf

     文件        102  2018-09-27 08:45  ADXL345\ADXL345\OBJ\core_cm3.d

     文件      11216  2018-09-27 08:45  ADXL345\ADXL345\OBJ\core_cm3.o

     文件     349953  2018-09-27 08:45  ADXL345\ADXL345\OBJ\delay.crf

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

评论

共有 条评论