【E2115】STM32F407+OV7670的摄像头识别(代码+连接)

2021-11-03 01:02:24      索炜达电子      673     

项目编号:E2115

文件大小:1.18M

源码说明:带中文注释

开发环境:C编译器

简要概述:

STM32F407+OV7670的摄像头识别(代码+连接)

目录│文件列表:

 └ STM32F407+OV7670的摄像头识别(代码+连接)

    └ 摄像头应用程序--OV7670--DCMI

       │ keilkilll.bat

       │ Template.uvguix.Administrator

       │ Template.uvguix.ASUS

       │ Template.uvguix.wangjing3519

       │ Template.uvoptx

       │ Template.uvprojx

       ├ APP

       │  ├ 24Cxx

       │  │  │ 24cxx.c

       │  │  └ 24cxx.h

       │  ├ adc

       │  │  │ adc.c

       │  │  └ adc.h

       │  ├ adc_temp

       │  │  │ adc_temp.c

       │  │  └ adc_temp.h

       │  ├ beep

       │  │  │ beep.c

       │  │  └ beep.h

       │  ├ can

       │  │  │ can.c

       │  │  └ can.h

       │  ├ dac

       │  │  │ dac.c

       │  │  └ dac.h

       │  ├ dma

       │  │  │ dma.c

       │  │  └ dma.h

       │  ├ ds18b20

       │  │  │ ds18b20.c

       │  │  └ ds18b20.h

       │  ├ exti

       │  │  │ exti.c

       │  │  └ exti.h

       │  ├ flash

       │  │  │ flash.c

       │  │  └ flash.h

       │  ├ hwjs

       │  │  │ hwjs.c

       │  │  └ hwjs.h

       │  ├ iic

       │  │  │ iic.c

       │  │  └ iic.h

       │  ├ input

       │  │  │ input.c

       │  │  └ input.h

       │  ├ iwdg

       │  │  │ iwdg.c

       │  │  └ iwdg.h

       │  ├ key

       │  │  │ key.c

       │  │  └ key.h

       │  ├ led

       │  │  │ led.c

       │  │  └ led.h

       │  ├ mpu6050

       │  │  │ mpu6050.c

       │  │  │ mpu6050.h

       │  │  └ eMPL

       │  │     │ dmpKey.h

       │  │     │ dmpmap.h

       │  │     │ inv_mpu.c

       │  │     │ inv_mpu.h

       │  │     │ inv_mpu_dmp_motion_driver.c

       │  │     └ inv_mpu_dmp_motion_driver.h

       │  ├ OV7670

       │  │  │ ov7670cfg.h

       │  │  │ OV7670_DCMI.c

       │  │  │ OV7670_DCMI.h

       │  │  │ sccb.c

       │  │  └ sccb.h

       │  ├ pwm

       │  │  │ pwm.c

       │  │  └ pwm.h

       │  ├ pwm_dac

       │  │  │ pwm_dac.c

       │  │  └ pwm_dac.h

       │  ├ rng

       │  │  │ rng.c

       │  │  └ rng.h

       │  ├ rs485

       │  │  │ rs485.c

       │  │  └ rs485.h

       │  ├ rtc

       │  │  │ rtc.c

       │  │  └ rtc.h

       │  ├ sd

       │  │  │ sdio_sdcard.c

       │  │  └ sdio_sdcard.h

       │  ├ spi

       │  │  │ spi.c

       │  │  └ spi.h

       │  ├ sram

       │  │  │ sram.c

       │  │  └ sram.h

       │  ├ stm32_flash

       │  │  │ stmflash.c

       │  │  └ stmflash.h

       │  ├ tftlcd

       │  │  │ font.H

       │  │  │ picture.h

       │  │  │ tftlcd.c

       │  │  └ tftlcd.h

       │  ├ time

       │  │  │ time.c

       │  │  └ time.h

       │  ├ touch

       │  │  │ ctiic.c

       │  │  │ ctiic.h

       │  │  │ ft6236.c

       │  │  │ ft6236.h

       │  │  │ gt5663.c

       │  │  │ gt5663.h

       │  │  │ touch.c

       │  │  └ touch.h

       │  ├ touch_key

       │  │  │ touch_key.c

       │  │  └ touch_key.h

       │  ├ wkup

       │  │  │ wkup.c

       │  │  └ wkup.h

       │  └ wwdg

       │     │ wwdg.c

       │     └ wwdg.h

       ├ DebugConfig

       │  └ Target_1_STM32F407ZG.dbgconf

       ├ FATFS

       │  │ 00history.txt

       │  │ 00readme.txt

       │  │ diskio.c

       │  │ diskio.h

       │  │ ff.c

       │  │ ff.h

       │  │ ffconf.h

       │  │ integer.h

       │  ├ FATFS_APP

       │  │  │ fatfs_app.c

       │  │  └ fatfs_app.h

       │  └ option

       │     │ cc932.c

       │     │ cc936.c

       │     │ cc949.c

       │     │ cc950.c

       │     │ ccsbcs.c

       │     │ syscall.c

       │     └ unicode.c

       ├ FONT

       │  │ font_show.c

       │  └ font_show.h

       ├ Libraries

       │  ├ CMSIS

       │  │  │ core_cm4.h

       │  │  │ core_cmFunc.h

       │  │  │ core_cmInstr.h

       │  │  │ core_cmSimd.h

       │  │  │ startup_stm32f40_41xxx.s

       │  │  │ system_stm32f4xx.c

       │  │  └ system_stm32f4xx.h

       │  └ STM32F4xx_StdPeriph_Driver

       │     │ Release_Notes.html

       │     ├ inc

       │     │  │ misc.h

       │     │  │ stm32f4xx_adc.h

       │     │  │ stm32f4xx_can.h

       │     │  │ stm32f4xx_cec.h

       │     │  │ stm32f4xx_crc.h

       │     │  │ stm32f4xx_cryp.h

       │     │  │ stm32f4xx_dac.h

       │     │  │ stm32f4xx_dbgmcu.h

       │     │  │ stm32f4xx_dcmi.h

       │     │  │ stm32f4xx_dma.h

       │     │  │ stm32f4xx_dma2d.h

       │     │  │ stm32f4xx_exti.h

       │     │  │ stm32f4xx_flash.h

       │     │  │ stm32f4xx_flash_ramfunc.h

       │     │  │ stm32f4xx_fmc.h

       │     │  │ stm32f4xx_fmpi2c.h

       │     │  │ stm32f4xx_fsmc.h

       │     │  │ stm32f4xx_gpio.h

       │     │  │ stm32f4xx_hash.h

       │     │  │ stm32f4xx_i2c.h

       │     │  │ stm32f4xx_iwdg.h

       │     │  │ stm32f4xx_ltdc.h

       │     │  │ stm32f4xx_pwr.h

       │     │  │ stm32f4xx_qspi.h

       │     │  │ stm32f4xx_rcc.h

       │     │  │ stm32f4xx_rng.h

       │     │  │ stm32f4xx_rtc.h

       │     │  │ stm32f4xx_sai.h

       │     │  │ stm32f4xx_sdio.h

       │     │  │ stm32f4xx_spdifrx.h

       │     │  │ stm32f4xx_spi.h

       │     │  │ stm32f4xx_syscfg.h

       │     │  │ stm32f4xx_tim.h

       │     │  │ stm32f4xx_usart.h

       │     │  └ stm32f4xx_wwdg.h

       │     └ src

       │        │ misc.c

       │        │ stm32f4xx_adc.c

       │        │ stm32f4xx_can.c

       │        │ stm32f4xx_cec.c

       │        │ stm32f4xx_crc.c

       │        │ stm32f4xx_cryp.c

       │        │ stm32f4xx_cryp_aes.c

       │        │ stm32f4xx_cryp_des.c

       │        │ stm32f4xx_cryp_tdes.c

       │        │ stm32f4xx_dac.c

       │        │ stm32f4xx_dbgmcu.c

       │        │ stm32f4xx_dcmi.c

       │        │ stm32f4xx_dma.c

       │        │ stm32f4xx_dma2d.c

       │        │ stm32f4xx_exti.c

       │        │ stm32f4xx_flash.c

       │        │ stm32f4xx_flash_ramfunc.c

       │        │ stm32f4xx_fmc.c

       │        │ stm32f4xx_fmpi2c.c

       │        │ stm32f4xx_fsmc.c

       │        │ stm32f4xx_gpio.c

       │        │ stm32f4xx_hash.c

       │        │ stm32f4xx_hash_md5.c

       │        │ stm32f4xx_hash_sha1.c

       │        │ stm32f4xx_i2c.c

       │        │ stm32f4xx_iwdg.c

       │        │ stm32f4xx_ltdc.c

       │        │ stm32f4xx_pwr.c

       │        │ stm32f4xx_qspi.c

       │        │ stm32f4xx_rcc.c

       │        │ stm32f4xx_rng.c

       │        │ stm32f4xx_rtc.c

       │        │ stm32f4xx_sai.c

       │        │ stm32f4xx_sdio.c

       │        │ stm32f4xx_spdifrx.c

       │        │ stm32f4xx_spi.c

       │        │ stm32f4xx_syscfg.c

       │        │ stm32f4xx_tim.c

       │        │ stm32f4xx_usart.c

       │        └ stm32f4xx_wwdg.c

       ├ Malloc

       │  │ malloc.c

       │  └ malloc.h

       ├ Obj

       │  └ Template.hex

       ├ Public

       │  │ system.c

       │  │ system.h

       │  │ SysTick.c

       │  │ SysTick.h

       │  │ usart.c

       │  └ usart.h

       └ User

          │ main.c

          │ stm32f4xx.h

          │ stm32f4xx_conf.h

          │ stm32f4xx_it.c

          └ stm32f4xx_it.h

TAGSTM32F407
  • 13 次
  • 1 分