STM32F429ZITG6驱动OV2640串口图像助手显示图像


实现平台为STM32F429I-DISCO板,串口能接收图像,速度比较慢
资源截图
代码片段和文件信息
/**
  ******************************************************************************
  * @file    Template/stm32f4xx_it.c 
  * @author  MCD Application Team
  * @version V1.0.0
  * @date    20-September-2013
  * @brief   Main Interrupt Service Routines.
  *          This file provides template for all exceptions handler and 
  *          peripherals interrupt service routine.
  ******************************************************************************
  * @attention
  *
  * 

© COPYRIGHT 2013 STMicroelectronics


  *
  * Licensed under MCD-ST Liberty SW License Agreement V2 (the “License“);
  * You may not use this file except in compliance with the License.
  * You may obtain a copy of the License at:
  *
  *        http://www.st.com/software_license_agreement_liberty_v2
  *
  * Unless required by applicable law or agreed to in writing software 
  * distributed under the License is distributed on an “AS IS“ BASIS 
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
  *
  ******************************************************************************
  */

/* Includes ------------------------------------------------------------------*/
#include “stm32f4xx_it.h“

/** @addtogroup Template
  * @{
  */

/* Private typedef -----------------------------------------------------------*/
/* Private define ------------------------------------------------------------*/
/* Private macro -------------------------------------------------------------*/
/* Private variables ---------------------------------------------------------*/
/* Private function prototypes -----------------------------------------------*/
/* Private functions ---------------------------------------------------------*/

/******************************************************************************/
/*            Cortex-M4 Processor Exceptions Handlers                         */
/******************************************************************************/

/**
  * @brief   This function handles NMI exception.
  * @param  None
  * @retval None
  */
void NMI_Handler(void)
{
}

/**
  * @brief  This function handles Hard Fault exception.
  * @param  None
  * @retval None
  */
void HardFault_Handler(void)
{
  /* Go to infinite loop when Hard Fault exception occurs */
  while (1)
  {
  }
}

/**
  * @brief  This function handles Memory Manage exception.
  * @param  None
  * @retval None
  */
void MemManage_Handler(void)
{
  /* Go to infinite loop when Memory Manage exception occurs */
  while (1)
  {
  }
}

/**
  * @brief  This function handles Bus Fault exception.
  * @param  None
  * @retval None
  */
void BusFault_Handler(void)
{
  /* Go to infinite loop when Bus Fault exception occurs */
  while (1)
  {
  }
}

/**
  * @brief  This fu

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2017-08-20 13:04  2640
     目录           0  2017-08-23 15:34  2640CMSIS
     文件       24423  2016-07-01 18:06  2640CMSIScmsis_armcc.h
     文件      114498  2016-07-01 18:06  2640CMSIScore_cm4.h
     文件        3620  2016-07-01 18:06  2640CMSIScore_cmFunc.h
     文件        3636  2016-07-01 18:06  2640CMSIScore_cmInstr.h
     文件        3662  2016-07-01 18:06  2640CMSIScore_cmSimd.h
     文件       31694  2016-07-01 18:06  2640CMSISstartup_stm32f429xx.s
     文件      702505  2017-08-20 14:25  2640CMSISstm32f4xx.h
     文件      702392  2013-09-18 15:59  2640CMSISstm32f4xx.h~RF13c744b.TMP
     文件        3998  2013-11-18 22:25  2640CMSISstm32f4xx_conf.h
     文件        4505  2017-07-29 18:43  2640CMSISstm32f4xx_it.c
     文件        2194  2013-11-18 22:25  2640CMSISstm32f4xx_it.h
     文件       39209  2017-08-20 14:25  2640CMSISsystem_stm32f4xx.c
     文件        2235  2013-11-08 21:53  2640CMSISsystem_stm32f4xx.h
     目录           0  2017-08-23 15:34  2640List
     文件      149105  2017-08-25 13:12  2640List429.map
     文件       82299  2017-08-25 13:12  2640Liststartup_stm32f429_439xx.lst
     目录           0  2017-08-25 13:12  2640Obj
     文件      405772  2017-08-25 13:12  2640Obj429.axf
     文件        2503  2017-08-25 13:12  2640Obj429.build_log.htm
     文件       15928  2017-08-25 13:12  2640Obj429.hex
     文件       64206  2017-08-25 13:12  2640Obj429.htm
     文件        1001  2017-08-25 13:12  2640Obj429.lnp
     文件         479  2017-07-29 18:47  2640Obj429.sct
     文件       74753  2017-08-25 13:12  2640Obj429_temlpate.dep
     文件      465189  2017-08-25 13:12  2640Objsp_debug_usart.crf
     文件        2571  2017-08-25 13:12  2640Objsp_debug_usart.d
     文件      502944  2017-08-25 13:12  2640Objsp_debug_usart.o
     文件      482778  2017-08-25 13:12  2640Objdcmi.crf
     文件        2400  2017-08-25 13:12  2640Objdcmi.d
............此处省略209个文件信息

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件举报,一经查实,本站将立刻删除。

发表评论

评论列表(条)