• 大小: 11.25MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-07-07
  • 语言: 其他
  • 标签: STM32  无线  NRF24L01  KILL  

资源简介

基于stm32f103c8t6的无线(NRF24L01)农业多功用监测装置 ,KILL开发,有原理图(PDF格式)

资源截图

代码片段和文件信息

/**************************************************************************//**
 * @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  1 智能农业检测装置程序\主机(信号采集)程序\CORE\core_cm3.c

     文件      85714  2011-02-09 14:59  1 智能农业检测装置程序\主机(信号采集)程序\CORE\core_cm3.h

     文件      15872  2011-09-13 22:17  1 智能农业检测装置程序\主机(信号采集)程序\CORE\startup_stm32f10x_hd.s

     文件      12236  2011-09-13 22:17  1 智能农业检测装置程序\主机(信号采集)程序\CORE\startup_stm32f10x_ld.s

     文件      12564  2011-09-13 22:17  1 智能农业检测装置程序\主机(信号采集)程序\CORE\startup_stm32f10x_md.s

     文件       6810  2014-04-13 22:48  1 智能农业检测装置程序\主机(信号采集)程序\HARDWARE\24L01\24l01.c

     文件       4521  2014-04-14 14:11  1 智能农业检测装置程序\主机(信号采集)程序\HARDWARE\24L01\24l01.h

     文件       2206  2014-04-14 16:06  1 智能农业检测装置程序\主机(信号采集)程序\HARDWARE\ADC\adc.c

     文件        124  2014-04-13 13:39  1 智能农业检测装置程序\主机(信号采集)程序\HARDWARE\ADC\adc.h

     文件       1052  2014-04-14 13:12  1 智能农业检测装置程序\主机(信号采集)程序\HARDWARE\BH1750\bh1750.c

     文件        244  2014-04-13 17:41  1 智能农业检测装置程序\主机(信号采集)程序\HARDWARE\BH1750\bh1750.h

     文件       1517  2014-04-08 20:01  1 智能农业检测装置程序\主机(信号采集)程序\HARDWARE\delay\delay.c

     文件        220  2014-04-08 20:00  1 智能农业检测装置程序\主机(信号采集)程序\HARDWARE\delay\delay.h

     文件       2389  2014-04-13 17:18  1 智能农业检测装置程序\主机(信号采集)程序\HARDWARE\DHT11\dht11.c

     文件        663  2014-04-14 11:35  1 智能农业检测装置程序\主机(信号采集)程序\HARDWARE\DHT11\dht11.h

     文件        619  2014-04-14 17:34  1 智能农业检测装置程序\主机(信号采集)程序\HARDWARE\FC28\fc28.c

     文件        106  2014-04-14 17:32  1 智能农业检测装置程序\主机(信号采集)程序\HARDWARE\FC28\fc28.h

     文件       2592  2014-04-14 13:24  1 智能农业检测装置程序\主机(信号采集)程序\HARDWARE\IIC\myiic.c

     文件        892  2014-04-14 13:24  1 智能农业检测装置程序\主机(信号采集)程序\HARDWARE\IIC\myiic.h

     文件       1685  2012-02-21 23:54  1 智能农业检测装置程序\主机(信号采集)程序\HARDWARE\KEY\key.c

     文件       1073  2011-09-09 00:04  1 智能农业检测装置程序\主机(信号采集)程序\HARDWARE\KEY\key.h

     文件        531  2014-04-08 21:18  1 智能农业检测装置程序\主机(信号采集)程序\HARDWARE\LED\led.c

     文件        167  2014-04-08 21:17  1 智能农业检测装置程序\主机(信号采集)程序\HARDWARE\LED\led.h

     文件       5285  2014-04-14 12:24  1 智能农业检测装置程序\主机(信号采集)程序\HARDWARE\NOKIA5110\nokia5110.c

     文件        753  2014-04-14 12:10  1 智能农业检测装置程序\主机(信号采集)程序\HARDWARE\NOKIA5110\nokia5110.h

     文件      11190  2014-04-14 12:53  1 智能农业检测装置程序\主机(信号采集)程序\HARDWARE\NOKIA5110\WordLib.h

     文件       2813  2014-04-13 22:48  1 智能农业检测装置程序\主机(信号采集)程序\HARDWARE\SPI\spi.c

     文件        245  2014-04-13 12:57  1 智能农业检测装置程序\主机(信号采集)程序\HARDWARE\SPI\spi.h

     文件        163  2014-04-09 21:19  1 智能农业检测装置程序\主机(信号采集)程序\HARDWARE\sys\sys.c

     文件       2084  2014-04-08 21:10  1 智能农业检测装置程序\主机(信号采集)程序\HARDWARE\sys\sys.h

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

评论

共有 条评论