• 大小: 58KB
    文件类型: .rar
    金币: 2
    下载: 6 次
    发布日期: 2021-05-26
  • 语言: 其他
  • 标签: STM32F103  OV7670  

资源简介

STM32F103C8T6移植OV7670带FIFO摄像头,按照说明接好线,运行工程即可,100%成功,使用非常方便,希望能够帮助大家^_^

资源截图

代码片段和文件信息

/**
  ******************************************************************************
  * @file    system_stm32f10x.c
  * @author  MCD Application Team
  * @version V3.5.0
  * @date    11-March-2011
  * @brief   CMSIS Cortex-M3 Device Peripheral Access layer System Source File.
  * 
  * 1.  This file provides two functions and one global variable to be called from 
  *     user application:
  *      - SystemInit(): Setups the system clock (System clock source PLL Multiplier
  *                      factors AHB/APBx prescalers and Flash settings). 
  *                      This function is called at startup just after reset and 
  *                      before branch to main program. This call is made inside
  *                      the “startup_stm32f10x_xx.s“ file.
  *
  *      - SystemCoreClock variable: Contains the core clock (HCLK) it can be used
  *                                  by the user application to setup the SysTick 
  *                                  timer or configure other parameters.
  *                                     
  *      - SystemCoreClockUpdate(): Updates the variable SystemCoreClock and must
  *                                 be called whenever the core clock is changed
  *                                 during program execution.
  *
  * 2. After each device reset the HSI (8 MHz) is used as system clock source.
  *    Then SystemInit() function is called in “startup_stm32f10x_xx.s“ file to
  *    configure the system clock before to branch to main program.
  *
  * 3. If the system clock source selected by user fails to startup the SystemInit()
  *    function will do nothing and HSI still used as system clock source. User can 
  *    add some code to deal with this issue inside the SetSysClock() function.
  *
  * 4. The default value of HSE crystal is set to 8 MHz (or 25 MHz depedning on
  *    the product used) refer to “HSE_VALUE“ define in “stm32f10x.h“ file. 
  *    When HSE is used as system clock source directly or through PLL and you
  *    are using different crystal you have to adapt the HSE value to your own
  *    configuration.
  *        
  ******************************************************************************
  * @attention
  *
  * THE PRESENT FIRMWARE WHICH IS FOR GUIDANCE ONLY AIMS AT PROVIDING CUSTOMERS
  * WITH CODING INFORMATION REGARDING THEIR PRODUCTS IN ORDER FOR THEM TO SAVE
  * TIME. AS A RESULT STMICROELECTRONICS SHALL NOT BE HELD LIABLE FOR ANY
  * DIRECT INDIRECT OR CONSEQUENTIAL DAMAGES WITH RESPECT TO ANY CLAIMS ARISING
  * FROM THE CONTENT OF SUCH FIRMWARE AND/OR THE USE MADE BY CUSTOMERS OF THE
  * CODING INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS.
  *
  * 

© COPYRIGHT 2011 STMicroelectronics


  ******************************************************************************
  */

/** @addtogroup CMSIS
  * @{
  */

/** @addtogroup stm32f10x_system
  * @{
  *

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

    .......     78090  2018-04-03 18:40  CameraInit\Camerainit.uvguix.Administrator

    .......      8201  2018-04-03 18:40  CameraInit\Camerainit.uvoptx

    .......     24100  2018-04-03 18:40  CameraInit\Camerainit.uvprojx

     文件        498  2014-10-15 22:27  CameraInit\Lib\STM32F103VE\RTE_Components.h

     文件      55603  2013-09-26 01:08  CameraInit\Lib\STM32F103VE\RTE_Device.h

     文件      15503  2012-01-24 12:06  CameraInit\Lib\STM32F103VE\startup_stm32f10x_hd.s

     文件       4164  2018-04-03 16:19  CameraInit\Lib\STM32F103VE\stm32f10x_conf.h

     文件      36557  2012-01-24 12:06  CameraInit\Lib\STM32F103VE\system_stm32f10x.c

     文件      55603  2013-09-26 01:08  CameraInit\RTE\Device\STM32F103VE\RTE_Device.h

     文件      15503  2012-01-24 12:06  CameraInit\RTE\Device\STM32F103VE\startup_stm32f10x_hd.s

     文件       4164  2014-02-11 17:30  CameraInit\RTE\Device\STM32F103VE\stm32f10x_conf.h

     文件      36557  2012-01-24 12:06  CameraInit\RTE\Device\STM32F103VE\system_stm32f10x.c

     文件        543  2018-04-03 18:41  CameraInit\RTE\RTE_Components.h

     文件       1873  2009-09-23 23:27  CameraInit\user\clock-arch.h

     文件       2987  2009-09-24 02:31  CameraInit\user\clock.h

     文件       1064  2018-04-03 16:48  CameraInit\user\delay.c

     文件         79  2018-04-03 16:47  CameraInit\user\delay.h

     文件        792  2018-04-03 19:01  CameraInit\user\led.c

     文件         41  2018-04-03 16:59  CameraInit\user\led.h

     文件       3026  2018-04-03 19:19  CameraInit\user\main.c

     文件       9410  2018-04-03 16:54  CameraInit\user\OV7670.c

     文件       2307  2018-04-03 16:49  CameraInit\user\OV7670.h

     文件       8630  2018-04-03 19:08  CameraInit\user\sccb.c

     文件       1224  2018-04-03 16:44  CameraInit\user\sccb.h

     文件         96  2018-04-03 19:05  CameraInit\user\stm32f10x_it.c

     文件        902  2018-04-03 16:02  CameraInit\user\systick.h

     文件       2968  2009-09-23 13:27  CameraInit\user\timer.h

     文件       4536  2018-04-03 16:47  CameraInit\user\uart.c

     文件        242  2018-04-03 16:47  CameraInit\user\uart.h

     目录          0  2018-04-03 18:37  CameraInit\RTE\Device\STM32F103VE

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

评论

共有 条评论