资源简介

2018年江苏省电赛手势识别全套资料具有极高参考价值,可帮助即将参加电赛同学做练手之用。内含手势识别题目报告和程序

资源截图

代码片段和文件信息

/**************************************************************************//**
 * @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-08-06 07:20  2018电赛手势识别程序\
     文件      236782  2018-07-20 07:59  2018电赛手势识别程序\2018年TI杯大学生电子设计竞赛题D-手势识别.docx
     文件     1291776  2018-07-25 22:38  2018电赛手势识别程序\2018淮师0194D题.doc
     目录           0  2018-07-29 23:50  2018电赛手势识别程序\FDC2214\
     目录           0  2018-07-29 23:50  2018电赛手势识别程序\FDC2214\CORE\
     文件       17273  2010-06-07 10:25  2018电赛手势识别程序\FDC2214\CORE\core_cm3.c
     文件       85714  2011-02-09 14:59  2018电赛手势识别程序\FDC2214\CORE\core_cm3.h
     文件       15503  2011-03-10 10:52  2018电赛手势识别程序\FDC2214\CORE\startup_stm32f10x_hd.s
     目录           0  2018-07-29 23:50  2018电赛手势识别程序\FDC2214\FDC2X14\
     文件        4228  2018-07-21 23:57  2018电赛手势识别程序\FDC2214\FDC2X14\FDC2X14.c
     文件         657  2015-12-21 09:57  2018电赛手势识别程序\FDC2214\FDC2X14\FDC2X14.h
     文件        4292  2018-07-21 16:23  2018电赛手势识别程序\FDC2214\FDC2X14\FDC2X141.c
     文件         671  2018-07-21 15:36  2018电赛手势识别程序\FDC2214\FDC2X14\FDC2X141.h
     目录           0  2018-07-29 23:50  2018电赛手势识别程序\FDC2214\IIC\
     文件        4567  2018-07-20 20:59  2018电赛手势识别程序\FDC2214\IIC\myiic.c
     文件        2198  2018-07-15 13:33  2018电赛手势识别程序\FDC2214\IIC\myiic.h
     文件        4645  2018-07-21 15:33  2018电赛手势识别程序\FDC2214\IIC\myiic1.c
     文件        2233  2018-07-21 16:05  2018电赛手势识别程序\FDC2214\IIC\myiic1.h
     目录           0  2018-07-29 23:50  2018电赛手势识别程序\FDC2214\LCD\
     文件           0  2018-07-23 00:21  2018电赛手势识别程序\FDC2214\LCD\display.c
     文件           0  2018-07-23 00:21  2018电赛手势识别程序\FDC2214\LCD\display.h
     文件       35016  2015-03-13 14:54  2018电赛手势识别程序\FDC2214\LCD\font.h
     文件       85336  2015-04-01 15:10  2018电赛手势识别程序\FDC2214\LCD\lcd.c
     文件        7561  2015-03-31 18:07  2018电赛手势识别程序\FDC2214\LCD\lcd.h
     目录           0  2018-07-29 23:50  2018电赛手势识别程序\FDC2214\OBJ\
     文件          19  2018-07-23 14:07  2018电赛手势识别程序\FDC2214\OBJ\ExtDll.iex
     文件      634164  2018-07-24 11:47  2018电赛手势识别程序\FDC2214\OBJ\Template.axf
     文件        2372  2018-07-24 11:47  2018电赛手势识别程序\FDC2214\OBJ\Template.build_log.htm
     文件      116630  2018-07-24 11:47  2018电赛手势识别程序\FDC2214\OBJ\Template.hex
     文件       93404  2018-07-24 11:47  2018电赛手势识别程序\FDC2214\OBJ\Template.htm
     文件        1223  2018-07-24 11:47  2018电赛手势识别程序\FDC2214\OBJ\Template.lnp
............此处省略234个文件信息

评论

共有 条评论