• 大小: 8.66MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-10-05
  • 语言: 其他
  • 标签: ZigBeestm32  

资源简介

ZigBee,stm32

资源截图

代码片段和文件信息

/**************************************************************************//**
 * @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  2012-08-08 21:28  野火M3-zigbee-3.2寸lcd版本\
     目录           0  2012-08-08 21:28  野火M3-zigbee-3.2寸lcd版本\datasheet\
     文件      809905  2011-07-19 19:36  野火M3-zigbee-3.2寸lcd版本\datasheet\2.4TFT触摸控制器tsc2046.pdf
     文件     3573003  2012-03-05 21:26  野火M3-zigbee-3.2寸lcd版本\datasheet\ILI9341_DS_V1[1].09_20110315.pdf
     文件      219382  2012-03-21 15:57  野火M3-zigbee-3.2寸lcd版本\datasheet\Outline- BL32007V2.pdf
     文件          94  2012-05-08 12:40  野火M3-zigbee-3.2寸lcd版本\Readme.txt
     目录           0  2012-08-10 22:38  野火M3-zigbee-3.2寸lcd版本\SD卡字库备份\
     文件      115256  2012-08-10 22:18  野火M3-zigbee-3.2寸lcd版本\SD卡字库备份\card.bmp
     文件      216576  2036-02-05 06:28  野火M3-zigbee-3.2寸lcd版本\SD卡字库备份\HZLIB.bin
     文件      230454  2012-07-16 18:14  野火M3-zigbee-3.2寸lcd版本\SD卡字库备份\pic1.bmp
     文件      230454  2012-07-16 18:15  野火M3-zigbee-3.2寸lcd版本\SD卡字库备份\pic2.bmp
     文件      230454  2012-07-16 18:15  野火M3-zigbee-3.2寸lcd版本\SD卡字库备份\pic3.bmp
     目录           0  2012-08-08 21:28  野火M3-zigbee-3.2寸lcd版本\野火M3-zigbee\
     目录           0  2012-08-08 21:28  野火M3-zigbee-3.2寸lcd版本\野火M3-zigbee\CMSIS\
     文件       17273  2010-06-07 10:25  野火M3-zigbee-3.2寸lcd版本\野火M3-zigbee\CMSIS\core_cm3.c
     文件       85714  2011-02-09 14:59  野火M3-zigbee-3.2寸lcd版本\野火M3-zigbee\CMSIS\core_cm3.h
     文件       16282  2012-08-08 23:28  野火M3-zigbee-3.2寸lcd版本\野火M3-zigbee\CMSIS\startup_stm32f10x_hd.s
     文件      633999  2012-02-10 14:33  野火M3-zigbee-3.2寸lcd版本\野火M3-zigbee\CMSIS\stm32f10x.h
     文件       36687  2012-02-10 15:03  野火M3-zigbee-3.2寸lcd版本\野火M3-zigbee\CMSIS\system_stm32f10x.c
     文件        2085  2011-03-10 10:51  野火M3-zigbee-3.2寸lcd版本\野火M3-zigbee\CMSIS\system_stm32f10x.h
     目录           0  2012-08-08 21:28  野火M3-zigbee-3.2寸lcd版本\野火M3-zigbee\ff9\
     文件        6505  2011-09-06 00:06  野火M3-zigbee-3.2寸lcd版本\野火M3-zigbee\ff9\00readme.txt
     文件        3974  2012-07-16 17:56  野火M3-zigbee-3.2寸lcd版本\野火M3-zigbee\ff9\diskio.c
     文件        2438  2011-01-03 21:11  野火M3-zigbee-3.2寸lcd版本\野火M3-zigbee\ff9\diskio.h
     文件      141694  2012-02-22 20:36  野火M3-zigbee-3.2寸lcd版本\野火M3-zigbee\ff9\ff.c
     文件       12334  2011-09-05 13:42  野火M3-zigbee-3.2寸lcd版本\野火M3-zigbee\ff9\ff.h
     文件        7529  2012-08-10 19:31  野火M3-zigbee-3.2寸lcd版本\野火M3-zigbee\ff9\ffconf.h
     文件         856  2010-04-24 23:45  野火M3-zigbee-3.2寸lcd版本\野火M3-zigbee\ff9\integer.h
     目录           0  2012-08-08 21:28  野火M3-zigbee-3.2寸lcd版本\野火M3-zigbee\ff9\option\
     文件      249488  2010-05-09 23:52  野火M3-zigbee-3.2寸lcd版本\野火M3-zigbee\ff9\option\cc932.c
     文件      724232  2010-04-29 17:38  野火M3-zigbee-3.2寸lcd版本\野火M3-zigbee\ff9\option\cc936.c
............此处省略201个文件信息

评论

共有 条评论

相关资源