资源简介
ov7670摄像头 stm32F4 TFT显示实时的拍摄图像
代码片段和文件信息
/**
******************************************************************************
* @file misc.c
* @author MCD Application Team
* @version V1.4.0
* @date 04-August-2014
* @brief This file provides all the miscellaneous firmware functions (add-on
* to CMSIS functions).
*
* @verbatim
*
* ===================================================================
* How to configure Interrupts using driver
* ===================================================================
*
* This section provide functions allowing to configure the NVIC interrupts (IRQ).
* The Cortex-M4 exceptions are managed by CMSIS functions.
*
* 1. Configure the NVIC Priority Grouping using NVIC_PriorityGroupConfig()
* function according to the following table.
* The table below gives the allowed values of the pre-emption priority and subpriority according
* to the Priority Grouping configuration performed by NVIC_PriorityGroupConfig function
* ==========================================================================================================================
* NVIC_PriorityGroup | NVIC_IRQChannelPreemptionPriority | NVIC_IRQChannelSubPriority | Description
* ==========================================================================================================================
* NVIC_PriorityGroup_0 | 0 | 0-15 | 0 bits for pre-emption priority
* | | | 4 bits for subpriority
* --------------------------------------------------------------------------------------------------------------------------
* NVIC_PriorityGroup_1 | 0-1 | 0-7 | 1 bits for pre-emption priority
* | | | 3 bits for subpriority
* --------------------------------------------------------------------------------------------------------------------------
* NVIC_PriorityGroup_2 | 0-3 | 0-3 | 2 bits for pre-emption priority
* | | | 2 bits for subpriority
* --------------------------------------------------------------------------------------------------------------------------
* NVIC_PriorityGroup_3 | 0-7 | 0-1 | 3 bits for pre-emption priority
* | | | 1 bits for subpriority
* -----------------------------------------------
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2016-04-06 20:17 摄像头 纸币识别F4\
目录 0 2016-04-06 20:16 摄像头 纸币识别F4\CORE\
文件 109142 2014-07-17 21:52 摄像头 纸币识别F4\CORE\core_cm4.h
文件 22735 2014-07-17 21:52 摄像头 纸币识别F4\CORE\core_cm4_simd.h
文件 15691 2011-10-28 10:31 摄像头 纸币识别F4\CORE\core_cmFunc.h
文件 16108 2011-10-28 10:31 摄像头 纸币识别F4\CORE\core_cmInstr.h
文件 29605 2014-08-02 00:12 摄像头 纸币识别F4\CORE\startup_stm32f40_41xxx.s
目录 0 2016-04-06 20:17 摄像头 纸币识别F4\FWLIB\
目录 0 2016-04-06 20:17 摄像头 纸币识别F4\FWLIB\inc\
文件 6924 2014-08-01 23:18 摄像头 纸币识别F4\FWLIB\inc\misc.h
文件 32880 2014-08-01 23:18 摄像头 纸币识别F4\FWLIB\inc\stm32f4xx_adc.h
文件 27318 2014-08-01 23:18 摄像头 纸币识别F4\FWLIB\inc\stm32f4xx_can.h
文件 2416 2014-08-01 23:18 摄像头 纸币识别F4\FWLIB\inc\stm32f4xx_crc.h
文件 14481 2014-08-01 23:18 摄像头 纸币识别F4\FWLIB\inc\stm32f4xx_cryp.h
文件 14946 2014-08-01 23:18 摄像头 纸币识别F4\FWLIB\inc\stm32f4xx_dac.h
文件 4296 2014-08-01 23:18 摄像头 纸币识别F4\FWLIB\inc\stm32f4xx_dbgmcu.h
文件 12977 2014-08-01 23:18 摄像头 纸币识别F4\FWLIB\inc\stm32f4xx_dcmi.h
文件 28882 2014-08-01 23:18 摄像头 纸币识别F4\FWLIB\inc\stm32f4xx_dma.h
文件 19692 2014-08-01 23:18 摄像头 纸币识别F4\FWLIB\inc\stm32f4xx_dma2d.h
文件 8012 2014-08-01 23:18 摄像头 纸币识别F4\FWLIB\inc\stm32f4xx_exti.h
文件 24467 2014-08-04 22:05 摄像头 纸币识别F4\FWLIB\inc\stm32f4xx_flash.h
文件 3275 2014-08-04 22:05 摄像头 纸币识别F4\FWLIB\inc\stm32f4xx_flash_ramfunc.h
文件 44924 2014-08-01 23:18 摄像头 纸币识别F4\FWLIB\inc\stm32f4xx_fmc.h
文件 27181 2014-08-01 23:18 摄像头 纸币识别F4\FWLIB\inc\stm32f4xx_fsmc.h
文件 23548 2014-08-01 23:18 摄像头 纸币识别F4\FWLIB\inc\stm32f4xx_gpio.h
文件 10084 2014-08-01 23:18 摄像头 纸币识别F4\FWLIB\inc\stm32f4xx_hash.h
文件 31939 2014-08-01 23:18 摄像头 纸币识别F4\FWLIB\inc\stm32f4xx_i2c.h
文件 4323 2014-08-01 23:18 摄像头 纸币识别F4\FWLIB\inc\stm32f4xx_iwdg.h
文件 21191 2014-08-01 23:18 摄像头 纸币识别F4\FWLIB\inc\stm32f4xx_ltdc.h
文件 7728 2014-08-01 23:18 摄像头 纸币识别F4\FWLIB\inc\stm32f4xx_pwr.h
文件 30063 2014-08-01 23:18 摄像头 纸币识别F4\FWLIB\inc\stm32f4xx_rcc.h
............此处省略169个文件信息
- 上一篇:stm32 输出PWM波占空比可由串口控制
- 下一篇:铁路线路设计规范最新版
相关资源
- stm32 摄像头云台
- PZ-OV7670摄像头模块--STM32F1测试程序.
- OV7670摄像头全套源码包括上位机,下
- 0v7670摄像头模块
- 基于FPGA的OV7670摄像头采集及实时显示
- OV7670摄像头使用浅谈.pdf
- STM32+OV7670+LCDTFT显示256灰阶
- OV7725OV7670MT9D111MT9M111等摄像头采集数据
- AVR单片机驱动OV7670摄像头源代码-堪称
- AX4010+OV7670+VGA
- 基于FPGA的ov7670及SDRAM源码
- stm32+ov7670+颜色识别追踪
- 基于STM32F103系列ov7670获取图像控制量
- OV7670摄像头TFTLCD.zip
- STM32CUBE_DCMI_DMA_OV7670(无FIFO)_UART_PI
- 基于HAL库驱动ov7670.rar
- OV7670原理图+代码+各类说明,需要的拿
- OV7670摄像头多块颜色识别追踪并串口
- 旺宝 宝马LPC1768摄像头ov7670采集图像,
- OV7670串口上位机显示图像.zip
- stm32f4摄像头数据上传onenet平台
- STM32F4摄像头OV7670测试工程
- K60驱动OV7670
- OV7670摄像头模块超级完整资料
- FPGA图像采集 利用SDRAM作为缓存,ov7
- OV7670摄像头模块原理图.rar
- (DMA)OV7670
- stm32驱动ov7670 数据转BMP格式再转JPEG存
- 基于51单片机和OV7670摄像头的颜色跟踪
- 树莓派驱动ov7670 带fifo版
评论
共有 条评论