• 大小: 27.94MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-08-07
  • 语言: 其他
  • 标签: stm32  车牌识  

资源简介

使用stm32f103rct6单片机加上ov7670摄像头 含制作元件清单,视频, 代码写的很详细,而且还有文档辅助理解,有不懂可以一起交流学习哈

资源截图

代码片段和文件信息

/**************************************************************************//**
 * @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

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件      354816  2018-11-15 14:37  matlab部分源码.doc
     目录           0  2018-11-19 13:48  车牌识别\
     目录           0  2018-12-15 14:33  车牌识别\车牌识别系统资料V1.0_Ricky\
     文件       88979  2017-05-06 23:11  车牌识别\车牌识别系统资料V1.0_Ricky\SWD下载接线方式.jpg
     文件         162  2018-09-19 14:07  车牌识别\车牌识别系统资料V1.0_Ricky\~$制作教程.docx
     文件         162  2018-09-29 19:23  车牌识别\车牌识别系统资料V1.0_Ricky\~$技术文档.docx
     文件       12261  2017-01-07 20:49  车牌识别\车牌识别系统资料V1.0_Ricky\元件清单.xlsx
     文件     3150590  2017-05-06 22:59  车牌识别\车牌识别系统资料V1.0_Ricky\制作教程.docx
     文件     1652145  2017-05-06 22:58  车牌识别\车牌识别系统资料V1.0_Ricky\技术文档.docx
     文件      686381  2017-01-08 10:01  车牌识别\车牌识别系统资料V1.0_Ricky\测试用车牌.png
     目录           0  2018-12-15 14:33  车牌识别\车牌识别系统资料V1.0_Ricky\演示照片及视频\
     文件       94393  2017-05-06 23:02  车牌识别\车牌识别系统资料V1.0_Ricky\演示照片及视频\产品照片(带串口版本).jpg
     文件       71653  2017-05-06 23:02  车牌识别\车牌识别系统资料V1.0_Ricky\演示照片及视频\演示照片.jpg
     文件     1554913  2017-05-06 23:03  车牌识别\车牌识别系统资料V1.0_Ricky\演示照片及视频\车牌识别演示视频1.mp4
     文件     1525049  2017-05-06 23:03  车牌识别\车牌识别系统资料V1.0_Ricky\演示照片及视频\车牌识别演示视频2.mp4
     文件     1525128  2017-05-06 23:04  车牌识别\车牌识别系统资料V1.0_Ricky\演示照片及视频\车牌识别演示视频3.mp4
     文件     1515570  2017-05-06 23:05  车牌识别\车牌识别系统资料V1.0_Ricky\演示照片及视频\车牌识别演示视频4.mp4
     目录           0  2018-12-15 14:33  车牌识别\车牌识别系统资料V1.0_Ricky\电路原理图\
     文件      142848  2016-12-07 11:00  车牌识别\车牌识别系统资料V1.0_Ricky\电路原理图\车牌识别系统.SchDoc
     文件      223390  2016-12-07 11:01  车牌识别\车牌识别系统资料V1.0_Ricky\电路原理图\车牌识别系统电路图.pdf
     文件     1151684  2016-05-04 11:38  车牌识别\车牌识别系统资料V1.0_Ricky\车牌识别LCD界面说明.png
     目录           0  2018-09-09 20:38  车牌识别\车牌识别系统资料V1.0_Ricky\车牌识别程序(开发平台Keil uVision4)  - (渝、闽、黑、浙、豫、粤)\
     目录           0  2018-12-15 14:33  车牌识别\车牌识别系统资料V1.0_Ricky\车牌识别程序(开发平台Keil uVision4)  - (渝、闽、黑、浙、豫、粤)\CMSIS\
     文件       17274  2014-04-07 12:54  车牌识别\车牌识别系统资料V1.0_Ricky\车牌识别程序(开发平台Keil uVision4)  - (渝、闽、黑、浙、豫、粤)\CMSIS\core_cm3.c
     文件       85714  2014-02-11 08:59  车牌识别\车牌识别系统资料V1.0_Ricky\车牌识别程序(开发平台Keil uVision4)  - (渝、闽、黑、浙、豫、粤)\CMSIS\core_cm3.h
     文件      634108  2014-04-08 22:14  车牌识别\车牌识别系统资料V1.0_Ricky\车牌识别程序(开发平台Keil uVision4)  - (渝、闽、黑、浙、豫、粤)\CMSIS\stm32f10x.h
     文件        3215  2014-04-09 00:39  车牌识别\车牌识别系统资料V1.0_Ricky\车牌识别程序(开发平台Keil uVision4)  - (渝、闽、黑、浙、豫、粤)\CMSIS\stm32f10x_conf.h
     文件       36557  2014-04-11 14:55  车牌识别\车牌识别系统资料V1.0_Ricky\车牌识别程序(开发平台Keil uVision4)  - (渝、闽、黑、浙、豫、粤)\CMSIS\system_stm32f10x.c
     文件        2085  2014-02-11 08:59  车牌识别\车牌识别系统资料V1.0_Ricky\车牌识别程序(开发平台Keil uVision4)  - (渝、闽、黑、浙、豫、粤)\CMSIS\system_stm32f10x.h
     目录           0  2018-09-09 20:38  车牌识别\车牌识别系统资料V1.0_Ricky\车牌识别程序(开发平台Keil uVision4)  - (渝、闽、黑、浙、豫、粤)\Library\
     目录           0  2018-12-15 14:33  车牌识别\车牌识别系统资料V1.0_Ricky\车牌识别程序(开发平台Keil uVision4)  - (渝、闽、黑、浙、豫、粤)\Library\inc\
............此处省略461个文件信息

评论

共有 条评论