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

资源简介

biaobiaobiaobiao思考注释.zip

资源截图

代码片段和文件信息

/**************************************************************************//**
 * @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  2018-03-23 11:21  syncbox_biaov4.0.5(001)\
     目录           0  2018-10-10 14:57  syncbox_biaov4.0.5(001)\BIN\
     文件       20456  2019-09-28 13:42  syncbox_biaov4.0.5(001)\BIN\SyncBox.bin
     文件       12696  2019-09-27 10:39  syncbox_biaov4.0.5(001)\BIN\SyncBoxMini.bin
     文件      133515  2018-05-07 17:07  syncbox_biaov4.0.5(001)\BIN\烧写说明.docx
     目录           0  2019-06-24 17:07  syncbox_biaov4.0.5(001)\boot\
     文件      294980  2019-06-24 17:07  syncbox_biaov4.0.5(001)\boot\24cxx.crf
     文件         924  2019-06-24 17:07  syncbox_biaov4.0.5(001)\boot\24cxx.d
     文件      328328  2019-06-24 17:07  syncbox_biaov4.0.5(001)\boot\24cxx.o
     文件      293412  2019-06-24 17:07  syncbox_biaov4.0.5(001)\boot\adc.crf
     文件         798  2019-06-24 17:07  syncbox_biaov4.0.5(001)\boot\adc.d
     文件      318776  2019-06-24 17:07  syncbox_biaov4.0.5(001)\boot\adc.o
     文件       20142  2018-05-07 16:44  syncbox_biaov4.0.5(001)\boot\bootloder.hex
     文件      324775  2019-06-24 17:07  syncbox_biaov4.0.5(001)\boot\cmd_process.crf
     文件        1492  2019-06-24 17:07  syncbox_biaov4.0.5(001)\boot\cmd_process.d
     文件      362216  2019-06-24 17:07  syncbox_biaov4.0.5(001)\boot\cmd_process.o
     文件      304041  2019-06-24 17:07  syncbox_biaov4.0.5(001)\boot\cmd_queue.crf
     文件        1007  2019-06-24 17:07  syncbox_biaov4.0.5(001)\boot\cmd_queue.d
     文件      322428  2019-06-24 17:07  syncbox_biaov4.0.5(001)\boot\cmd_queue.o
     文件        3942  2019-06-24 17:07  syncbox_biaov4.0.5(001)\boot\core_cm3.crf
     文件         106  2019-06-24 17:07  syncbox_biaov4.0.5(001)\boot\core_cm3.d
     文件       11616  2019-06-24 17:07  syncbox_biaov4.0.5(001)\boot\core_cm3.o
     文件      292391  2019-06-24 17:07  syncbox_biaov4.0.5(001)\boot\delay.crf
     文件         836  2019-06-24 17:07  syncbox_biaov4.0.5(001)\boot\delay.d
     文件      316984  2019-06-24 17:07  syncbox_biaov4.0.5(001)\boot\delay.o
     文件      301354  2019-06-24 17:07  syncbox_biaov4.0.5(001)\boot\dma.crf
     文件         920  2019-06-24 17:07  syncbox_biaov4.0.5(001)\boot\dma.d
     文件      328656  2019-06-24 17:07  syncbox_biaov4.0.5(001)\boot\dma.o
     文件      329539  2019-06-24 17:07  syncbox_biaov4.0.5(001)\boot\evn.crf
     文件        1328  2019-06-24 17:07  syncbox_biaov4.0.5(001)\boot\evn.d
     文件      402048  2019-06-24 17:07  syncbox_biaov4.0.5(001)\boot\evn.o
............此处省略313个文件信息

评论

共有 条评论