文件名称:STM32F407-DCMI-Camera
- 所属分类:
- 微处理器(ARM/PowerPC等)
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2013-07-07
- 文件大小:
- 130kb
- 下载次数:
- 0次
- 提 供 者:
- 吴*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
用STM32F407实现有摄像功能,摄像的驱动程序调试通过,配合显示屏才能显示。-With STM32F407 achieve an imaging function, camera driver debugging through, with the display to display.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
(11)DCMI摄像头\board\inc\delay.h
..............\.....\...\fonts.h
..............\.....\...\key.h
..............\.....\...\lcd.h
..............\.....\...\led.h
..............\.....\...\mma7455.h
..............\.....\...\ov7670.h
..............\.....\...\sdio_sd.h
..............\.....\...\spi.h
..............\.....\...\timer.h
..............\.....\...\touch.h
..............\.....\...\usart.h
..............\.....\src\delay.c
..............\.....\...\key.c
..............\.....\...\lcd.c
..............\.....\...\led.c
..............\.....\...\mma7455.c
..............\.....\...\ov7670.c
..............\.....\...\sdio_sd.c
..............\.....\...\spi.c
..............\.....\...\timer.c
..............\.....\...\touch.c
..............\.....\...\usart.c
..............\inc\main.h
..............\...\stm32f4xx_conf.h
..............\...\stm32f4xx_it.h
..............\proj\JLinkLog.txt
..............\....\JLinkSettings.ini
..............\....\startup_stm32f4xx.s
..............\....\test.plg
..............\....\test.uvgui.Administrator
..............\....\test.uvgui_Administrator.bak
..............\....\test.uvopt
..............\....\test.uvproj
..............\....\test_Target 1.dep
..............\....\test_uvopt.bak
..............\....\test_uvproj.bak
..............\src\main.c
..............\...\stm32f4xx_it.c
..............\...\system_stm32f4xx.c
..............\Third_Party\fat_fs\inc\diskio.h
..............\...........\......\...\ff.h
..............\...........\......\...\ffconf.h
..............\...........\......\...\integer.h
..............\...........\......\readme.txt
..............\...........\......\src\diskio.c
..............\...........\......\...\ff.c
..............\...........\......\...\option\ccsbcs.c
..............\...........\......\...\......\syncobj.c
..............\...........\......\...\option
..............\...........\......\inc
..............\...........\......\src
..............\board\inc
..............\.....\src
..............\proj\output
..............\Third_Party\fat_fs
..............\board
..............\inc
..............\proj
..............\src
..............\Third_Party
(11)DCMI摄像头