• 大小: 8.19MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-10-17
  • 语言: 其他
  • 标签: STM32F429  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  2640\CMSIS\
     文件       24423  2016-07-01 18:06  2640\CMSIS\cmsis_armcc.h
     文件      114498  2016-07-01 18:06  2640\CMSIS\core_cm4.h
     文件        3620  2016-07-01 18:06  2640\CMSIS\core_cmFunc.h
     文件        3636  2016-07-01 18:06  2640\CMSIS\core_cmInstr.h
     文件        3662  2016-07-01 18:06  2640\CMSIS\core_cmSimd.h
     文件       31694  2016-07-01 18:06  2640\CMSIS\startup_stm32f429xx.s
     文件      702505  2017-08-20 14:25  2640\CMSIS\stm32f4xx.h
     文件      702392  2013-09-18 15:59  2640\CMSIS\stm32f4xx.h~RF13c744b.TMP
     文件        3998  2013-11-18 22:25  2640\CMSIS\stm32f4xx_conf.h
     文件        4505  2017-07-29 18:43  2640\CMSIS\stm32f4xx_it.c
     文件        2194  2013-11-18 22:25  2640\CMSIS\stm32f4xx_it.h
     文件       39209  2017-08-20 14:25  2640\CMSIS\system_stm32f4xx.c
     文件        2235  2013-11-08 21:53  2640\CMSIS\system_stm32f4xx.h
     目录           0  2017-08-23 15:34  2640\List\
     文件      149105  2017-08-25 13:12  2640\List\429.map
     文件       82299  2017-08-25 13:12  2640\List\startup_stm32f429_439xx.lst
     目录           0  2017-08-25 13:12  2640\Obj\
     文件      405772  2017-08-25 13:12  2640\Obj\429.axf
     文件        2503  2017-08-25 13:12  2640\Obj\429.build_log.htm
     文件       15928  2017-08-25 13:12  2640\Obj\429.hex
     文件       64206  2017-08-25 13:12  2640\Obj\429.htm
     文件        1001  2017-08-25 13:12  2640\Obj\429.lnp
     文件         479  2017-07-29 18:47  2640\Obj\429.sct
     文件       74753  2017-08-25 13:12  2640\Obj\429_temlpate.dep
     文件      465189  2017-08-25 13:12  2640\Obj\bsp_debug_usart.crf
     文件        2571  2017-08-25 13:12  2640\Obj\bsp_debug_usart.d
     文件      502944  2017-08-25 13:12  2640\Obj\bsp_debug_usart.o
     文件      482778  2017-08-25 13:12  2640\Obj\dcmi.crf
     文件        2400  2017-08-25 13:12  2640\Obj\dcmi.d
............此处省略209个文件信息

评论

共有 条评论