资源简介

周立功 SmartCortex M3-1700 配套例程及工程模板 Keil配套例程

资源截图

代码片段和文件信息

/*********************************************************************************************************
 * @file:    core_cm3.c
 * @purpose: CMSIS Cortex-M3 Core Peripheral Access layer Source File
 * @version: V1.20
 * @date:    22. May 2009
 *--------------------------------------------------------------------------------------------------------
 *
 * Copyright (C) 2009 ARM Limited. All rights reserved.
 *
 * ARM Limited (ARM) is supplying this software for use with Cortex-Mx 
 * processor based microcontrollers.  This file can be freely distributed
 * within development tools that are supporting such ARM based processors.
 *
 * 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 armcc        */
  #define __INLINE         __inline                                     /*!< inline keyword for armcc     */

#elif defined ( __ICCARM__ )
  #define __ASM           __ asm                                        /*!< asm keyword for iarcc        */
  #define __INLINE        inline                                        /*!< inline keyword for iarcc.    */
                                                                        /* Only avaiable in High          */
                                                                        /* optimization mode!             */

#elif defined (  __GNUC__  )
  #define __ASM             _asm                                        /*!< asm keyword for gcc          */
  #define __INLINE          inline                                      /*!< inline keyword for gcc       */

#elif defined   (  __TASKING__  )
  #define __ASM            __asm                                        /*!< asm keyword for TASKING      */
                                                                        /*Compiler                        */
  #define __INLINE         inline                                       /*!< inline keyword for TASKING   */
                                                                        /* Compiler                       */

#endif



#if defined ( __CC_ARM   ) 
/*---------------------------------RealView Compiler ---------------------------------------------------*/

/*********************************************************************************************************
 * @brief  Return the Process Stack Pointer
 *
 * @param  none
 * @return uint32

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

     文件      11138  2011-01-12 11:48  Keil配套例程\基础例程\ADC\ADC0\ADC0.JPG

     文件      66636  2011-01-12 11:40  Keil配套例程\基础例程\ADC\ADC0\ADC0.uvopt

     文件      30086  2011-01-12 11:40  Keil配套例程\基础例程\ADC\ADC0\ADC0.uvproj

     文件      28771  2010-10-18 10:50  Keil配套例程\基础例程\ADC\ADC0\CM3\core_cm3.c

     文件      64932  2010-10-18 11:59  Keil配套例程\基础例程\ADC\ADC0\CM3\core_cm3.h

     目录          0  2011-06-25 15:56  Keil配套例程\基础例程\ADC\ADC0\CM3

     文件      38542  2010-10-18 13:58  Keil配套例程\基础例程\ADC\ADC0\LPC17xx\LPC17xx.h

     文件      11183  2010-10-18 14:05  Keil配套例程\基础例程\ADC\ADC0\LPC17xx\Startup\startup_LPC17xx.s

     目录          0  2011-06-25 15:56  Keil配套例程\基础例程\ADC\ADC0\LPC17xx\Startup

     文件      23117  2010-10-19 09:41  Keil配套例程\基础例程\ADC\ADC0\LPC17xx\system_LPC17xx.c

     文件       2221  2010-10-18 14:23  Keil配套例程\基础例程\ADC\ADC0\LPC17xx\system_LPC17xx.h

     目录          0  2011-06-25 15:56  Keil配套例程\基础例程\ADC\ADC0\LPC17xx

     文件       1951  2010-10-18 14:04  Keil配套例程\基础例程\ADC\ADC0\RAM.ini

     文件      10549  2011-01-12 11:41  Keil配套例程\基础例程\ADC\ADC0\USER_CODE\main.c

     目录          0  2011-06-25 15:56  Keil配套例程\基础例程\ADC\ADC0\USER_CODE

     目录          0  2011-06-25 15:56  Keil配套例程\基础例程\ADC\ADC0

     文件      66649  2011-01-12 11:42  Keil配套例程\基础例程\ADC\ADC0_Burst\ADC0_Brust.uvopt

     文件      30086  2011-01-12 11:42  Keil配套例程\基础例程\ADC\ADC0_Burst\ADC0_Brust.uvproj

     文件      28771  2010-10-18 10:50  Keil配套例程\基础例程\ADC\ADC0_Burst\CM3\core_cm3.c

     文件      64932  2010-10-18 11:59  Keil配套例程\基础例程\ADC\ADC0_Burst\CM3\core_cm3.h

     目录          0  2011-06-25 15:56  Keil配套例程\基础例程\ADC\ADC0_Burst\CM3

     文件      38542  2010-10-18 13:58  Keil配套例程\基础例程\ADC\ADC0_Burst\LPC17xx\LPC17xx.h

     文件      11183  2010-10-18 14:05  Keil配套例程\基础例程\ADC\ADC0_Burst\LPC17xx\Startup\startup_LPC17xx.s

     目录          0  2011-06-25 15:56  Keil配套例程\基础例程\ADC\ADC0_Burst\LPC17xx\Startup

     文件      23117  2010-10-19 09:41  Keil配套例程\基础例程\ADC\ADC0_Burst\LPC17xx\system_LPC17xx.c

     文件       2221  2010-10-18 14:23  Keil配套例程\基础例程\ADC\ADC0_Burst\LPC17xx\system_LPC17xx.h

     目录          0  2011-06-25 15:56  Keil配套例程\基础例程\ADC\ADC0_Burst\LPC17xx

     文件       1951  2010-10-18 14:04  Keil配套例程\基础例程\ADC\ADC0_Burst\RAM.ini

     文件      10642  2011-01-11 09:30  Keil配套例程\基础例程\ADC\ADC0_Burst\USER_CODE\main.c

     目录          0  2011-06-25 15:56  Keil配套例程\基础例程\ADC\ADC0_Burst\USER_CODE

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

评论

共有 条评论