在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → ov7670初始化程序集合

ov7670初始化程序集合

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:49.25M
  • 下载次数:7
  • 浏览次数:130
  • 发布时间:2021-03-06
  • 实例类别:一般编程问题
  • 发 布 人:好学IT男
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
stm32初始化ov7670(带寄存器详细注释),各种版本都有
【实例截图】
【核心代码】
6f897b00-c563-490c-a1ff-94ed824b54c1
└── OV7670摄像头STM32驱动大集合
├── ov7670摄像头stm32驱动大集合集合
│   ├── 【20】启航号_camera(3.2)(2012.2.24)
│   │   ├── JLinkLog.txt
│   │   ├── JLinkSettings.ini
│   │   ├── List
│   │   │   ├── startup_stm32f10x_hd.lst
│   │   │   └── test.map
│   │   ├── OBJ
│   │   │   ├── bmp2.crf
│   │   │   ├── bmp2.d
│   │   │   ├── bmp2.o
│   │   │   ├── ccsbcs.crf
│   │   │   ├── ccsbcs.d
│   │   │   ├── ccsbcs.o
│   │   │   ├── core_cm3.crf
│   │   │   ├── core_cm3.d
│   │   │   ├── core_cm3.o
│   │   │   ├── diskio.crf
│   │   │   ├── diskio.d
│   │   │   ├── diskio.o
│   │   │   ├── ff.crf
│   │   │   ├── ff.d
│   │   │   ├── ff.o
│   │   │   ├── hz16.crf
│   │   │   ├── hz16.d
│   │   │   ├── hz16.o
│   │   │   ├── lcd_drive.crf
│   │   │   ├── lcd_drive.d
│   │   │   ├── lcd_drive.o
│   │   │   ├── main.crf
│   │   │   ├── main.d
│   │   │   ├── main.o
│   │   │   ├── misc.crf
│   │   │   ├── misc.d
│   │   │   ├── misc.o
│   │   │   ├── ov7670.crf
│   │   │   ├── ov7670.d
│   │   │   ├── ov7670.o
│   │   │   ├── readme.crf
│   │   │   ├── readme.d
│   │   │   ├── readme.o
│   │   │   ├── sccb.crf
│   │   │   ├── sccb.d
│   │   │   ├── sccb.o
│   │   │   ├── sdcard.crf
│   │   │   ├── sdcard.d
│   │   │   ├── sdcard.o
│   │   │   ├── startup_stm32f10x_hd.d
│   │   │   ├── startup_stm32f10x_hd.o
│   │   │   ├── stm32f10x_dma.crf
│   │   │   ├── stm32f10x_dma.d
│   │   │   ├── stm32f10x_dma.o
│   │   │   ├── stm32f10x_exti.crf
│   │   │   ├── stm32f10x_exti.d
│   │   │   ├── stm32f10x_exti.o
│   │   │   ├── stm32f10x_flash.crf
│   │   │   ├── stm32f10x_flash.d
│   │   │   ├── stm32f10x_flash.o
│   │   │   ├── stm32f10x_fsmc.crf
│   │   │   ├── stm32f10x_fsmc.d
│   │   │   ├── stm32f10x_fsmc.__i
│   │   │   ├── stm32f10x_fsmc.o
│   │   │   ├── stm32f10x_gpio.crf
│   │   │   ├── stm32f10x_gpio.d
│   │   │   ├── stm32f10x_gpio.o
│   │   │   ├── stm32f10x_it.crf
│   │   │   ├── stm32f10x_it.d
│   │   │   ├── stm32f10x_it.o
│   │   │   ├── stm32f10x_rcc.crf
│   │   │   ├── stm32f10x_rcc.d
│   │   │   ├── stm32f10x_rcc.o
│   │   │   ├── stm32f10x_sdio.crf
│   │   │   ├── stm32f10x_sdio.d
│   │   │   ├── stm32f10x_sdio.o
│   │   │   ├── stm32f10x_usart.crf
│   │   │   ├── stm32f10x_usart.d
│   │   │   ├── stm32f10x_usart.o
│   │   │   ├── system_stm32f10x.crf
│   │   │   ├── system_stm32f10x.d
│   │   │   ├── system_stm32f10x.o
│   │   │   ├── test.hex
│   │   │   ├── test.htm
│   │   │   ├── test.lnp
│   │   │   ├── test.plg
│   │   │   ├── test.sct
│   │   │   ├── test.tra
│   │   │   ├── usart.crf
│   │   │   ├── usart.d
│   │   │   └── usart.o
│   │   ├── Source
│   │   │   ├── CMSIS
│   │   │   │   ├── Core
│   │   │   │   │   ├── CM3
│   │   │   │   │   │   ├── core_cm3.c
│   │   │   │   │   │   ├── core_cm3.h
│   │   │   │   │   │   ├── startup
│   │   │   │   │   │   │   ├── arm
│   │   │   │   │   │   │   │   ├── startup_stm32f10x_cl.s
│   │   │   │   │   │   │   │   ├── startup_stm32f10x_hd.s
│   │   │   │   │   │   │   │   ├── startup_stm32f10x_ld.s
│   │   │   │   │   │   │   │   └── startup_stm32f10x_md.s
│   │   │   │   │   │   │   ├── gcc
│   │   │   │   │   │   │   │   ├── startup_stm32f10x_cl.s
│   │   │   │   │   │   │   │   ├── startup_stm32f10x_hd.s
│   │   │   │   │   │   │   │   ├── startup_stm32f10x_ld.s
│   │   │   │   │   │   │   │   └── startup_stm32f10x_md.s
│   │   │   │   │   │   │   └── iar
│   │   │   │   │   │   │   ├── startup_stm32f10x_cl.s
│   │   │   │   │   │   │   ├── startup_stm32f10x_hd.s
│   │   │   │   │   │   │   ├── startup_stm32f10x_ld.s
│   │   │   │   │   │   │   └── startup_stm32f10x_md.s
│   │   │   │   │   │   ├── stm32f10x.h
│   │   │   │   │   │   ├── system_stm32f10x.c
│   │   │   │   │   │   └── system_stm32f10x.h
│   │   │   │   │   └── Documentation
│   │   │   │   │   └── CMSIS_Core.htm
│   │   │   │   └── License.doc
│   │   │   ├── STM32F10x_StdPeriph_Driver
│   │   │   │   ├── inc
│   │   │   │   │   ├── misc.h
│   │   │   │   │   ├── stm32f10x_adc.h
│   │   │   │   │   ├── stm32f10x_bkp.h
│   │   │   │   │   ├── stm32f10x_can.h
│   │   │   │   │   ├── stm32f10x_crc.h
│   │   │   │   │   ├── stm32f10x_dac.h
│   │   │   │   │   ├── stm32f10x_dbgmcu.h
│   │   │   │   │   ├── stm32f10x_dma.h
│   │   │   │   │   ├── stm32f10x_exti.h
│   │   │   │   │   ├── stm32f10x_flash.h
│   │   │   │   │   ├── stm32f10x_fsmc.h
│   │   │   │   │   ├── stm32f10x_gpio.h
│   │   │   │   │   ├── stm32f10x_i2c.h
│   │   │   │   │   ├── stm32f10x_iwdg.h
│   │   │   │   │   ├── stm32f10x_pwr.h
│   │   │   │   │   ├── stm32f10x_rcc.h
│   │   │   │   │   ├── stm32f10x_rtc.h
│   │   │   │   │   ├── stm32f10x_sdio.h
│   │   │   │   │   ├── stm32f10x_spi.h
│   │   │   │   │   ├── stm32f10x_tim.h
│   │   │   │   │   ├── stm32f10x_usart.h
│   │   │   │   │   └── stm32f10x_wwdg.h
│   │   │   │   └── src
│   │   │   │   ├── misc.c
│   │   │   │   ├── stm32f10x_adc.c
│   │   │   │   ├── stm32f10x_bkp.c
│   │   │   │   ├── stm32f10x_crc.c
│   │   │   │   ├── stm32f10x_dac.c
│   │   │   │   ├── stm32f10x_dbgmcu.c
│   │   │   │   ├── stm32f10x_dma.c
│   │   │   │   ├── stm32f10x_exti.c
│   │   │   │   ├── stm32f10x_flash.c
│   │   │   │   ├── stm32f10x_fsmc.c
│   │   │   │   ├── stm32f10x_gpio.c
│   │   │   │   ├── stm32f10x_iwdg.c
│   │   │   │   ├── stm32f10x_pwr.c
│   │   │   │   ├── stm32f10x_rcc.c
│   │   │   │   ├── stm32f10x_rtc.c
│   │   │   │   ├── stm32f10x_sdio.c
│   │   │   │   ├── stm32f10x_spi.c
│   │   │   │   ├── stm32f10x_tim.c
│   │   │   │   ├── stm32f10x_usart.c
│   │   │   │   └── stm32f10x_wwdg.c
│   │   │   └── User
│   │   │   ├── 24LC02
│   │   │   │   ├── 24LC02.c
│   │   │   │   └── 24LC02.h
│   │   │   ├── Doc
│   │   │   │   └── Readme.c
│   │   │   ├── FATS
│   │   │   │   ├── ccsbcs.c
│   │   │   │   ├── diskio.c
│   │   │   │   ├── diskio.h
│   │   │   │   ├── Ext_Varib.h
│   │   │   │   ├── ff.c
│   │   │   │   ├── ffconf.h
│   │   │   │   ├── ff.h
│   │   │   │   ├── Include.h
│   │   │   │   ├── integer.h
│   │   │   │   ├── typedef.h
│   │   │   │   └── Variable.h
│   │   │   ├── LCD_Driver
│   │   │   │   ├── bmp2.c
│   │   │   │   ├── font.h
│   │   │   │   ├── hz16.c
│   │   │   │   ├── hz16.h
│   │   │   │   ├── LCD_Drive.c
│   │   │   │   └── LCD_Drive.h
│   │   │   ├── Main
│   │   │   │   ├── Hardware.h
│   │   │   │   ├── main.c
│   │   │   │   ├── stm32f10x_conf.h
│   │   │   │   ├── stm32f10x_it.c
│   │   │   │   ├── stm32f10x_it.h
│   │   │   │   ├── usart.c
│   │   │   │   ├── usart.h
│   │   │   │   └── usually.h
│   │   │   ├── OV7670
│   │   │   │   ├── OV7670.c
│   │   │   │   ├── OV7670.h
│   │   │   │   ├── SCCB.c
│   │   │   │   └── SCCB.h
│   │   │   ├── RTC
│   │   │   │   ├── rtc.c
│   │   │   │   └── rtc.h
│   │   │   └── SD_Driver
│   │   │   ├── sdcard.c
│   │   │   └── sdcard.h
│   │   ├── test_Target 1.dep
│   │   ├── test.uvgui.Administrator
│   │   ├── test.uvgui_Administrator.bak
│   │   ├── test.uvgui.rf
│   │   ├── test.uvgui_rf.bak
│   │   ├── test.uvopt
│   │   ├── test_uvopt.bak
│   │   ├── test.uvproj
│   │   └── test_uvproj.bak
│   ├── 【20】启航号_camera(3.2)(2012.2.24).rar
│   ├── AL422b.pdf
│   ├── C8051_FifoCamera(keil) V2.0
│   │   ├── FIFOCamera Driver.uvproj
│   │   ├── inc
│   │   │   ├── c8051F340.h
│   │   │   ├── delay.h
│   │   │   ├── english_16x8.h
│   │   │   ├── I2C.h
│   │   │   ├── OV7670.h
│   │   │   └── TFT.h
│   │   ├── obj
│   │   │   ├── delay.lst
│   │   │   ├── delay.obj
│   │   │   ├── FIFOCamera Driver.lnp
│   │   │   ├── FIFOCamera Driver.m51
│   │   │   ├── I2C.lst
│   │   │   ├── I2C.obj
│   │   │   ├── main.lst
│   │   │   ├── main.obj
│   │   │   ├── OV7670.lst
│   │   │   ├── OV7670.obj
│   │   │   ├── STARTUP.lst
│   │   │   ├── STARTUP.obj
│   │   │   ├── TFT.lst
│   │   │   └── TFT.obj
│   │   ├── source
│   │   │   ├── delay.c
│   │   │   ├── I2C.c
│   │   │   ├── main.c
│   │   │   ├── OV7670.c
│   │   │   └── TFT.c
│   │   └── STARTUP.A51
│   ├── CMOS_FIFO电路.pdf
│   ├── fifo摄像头.zip
│   ├── fifo摄像头接口图.bmp
│   ├── MINI-摄像头测试程序.rar
│   ├── OmniVision_ProductGuide[1].pdf
│   ├── ov7670_2.4寸 - 备份.rar
│   ├── OV7670_DS_(1_4).pdf
│   ├── OV7670+FIFO+LCD DIY简易数码照相机.rar
│   ├── ov7670_fifo.rar
│   ├── ov7670+fifo+STM32.rar
│   ├── ov7670+fifo模块文件
│   │   ├── CMOS_AL422_STM32F103ZET6_ili9328
│   │   │   └── CMOS_AL422_STM32F103ZET6_ili9328
│   │   │   ├── FSMC-LCD_AN
│   │   │   │   ├── include
│   │   │   │   │   ├── delay.h
│   │   │   │   │   ├── english_16x8.h
│   │   │   │   │   ├── fifo.h
│   │   │   │   │   ├── lcd.h
│   │   │   │   │   ├── main.h
│   │   │   │   │   ├── sccb.h
│   │   │   │   │   ├── Sensor_config.h
│   │   │   │   │   ├── Sensor.h
│   │   │   │   │   ├── stm32f10x_conf.h
│   │   │   │   │   └── stm32f10x_it.h
│   │   │   │   ├── project
│   │   │   │   │   └── EWARMv5
│   │   │   │   │   ├── cortexm3_macro.s
│   │   │   │   │   ├── FSMC-LCD.dep
│   │   │   │   │   ├── FSMC-LCD.ewd
│   │   │   │   │   ├── FSMC-LCD.ewp
│   │   │   │   │   ├── FSMC-LCD.eww
│   │   │   │   │   ├── settings
│   │   │   │   │   │   ├── cmos.cspy.bat
│   │   │   │   │   │   ├── cmos.dbgdt
│   │   │   │   │   │   ├── cmos.dni
│   │   │   │   │   │   ├── cmos_STM3210E-EVAL.jlink
│   │   │   │   │   │   ├── cmos.wsdt
│   │   │   │   │   │   ├── FSMC-LCD.cspy.bat
│   │   │   │   │   │   ├── FSMC-LCD.dbgdt
│   │   │   │   │   │   ├── FSMC-LCD.dni
│   │   │   │   │   │   ├── FSMC-LCD_STM3210E-EVAL.jlink
│   │   │   │   │   │   └── FSMC-LCD.wsdt
│   │   │   │   │   ├── STM3210E-EVAL
│   │   │   │   │   │   ├── Exe
│   │   │   │   │   │   │   ├── FSMC-LCD.out
│   │   │   │   │   │   │   └── FSMC-LCD.sim
│   │   │   │   │   │   └── Obj
│   │   │   │   │   │   ├── cortexm3_macro.o
│   │   │   │   │   │   ├── delay.o
│   │   │   │   │   │   ├── fifo.o
│   │   │   │   │   │   ├── FSMC-LCD.pbd
│   │   │   │   │   │   ├── lcd.o
│   │   │   │   │   │   ├── main.o
│   │   │   │   │   │   ├── sccb.o
│   │   │   │   │   │   ├── Sensor.o
│   │   │   │   │   │   ├── stm32f10x_exti.o
│   │   │   │   │   │   ├── stm32f10x_flash.o
│   │   │   │   │   │   ├── stm32f10x_fsmc.o
│   │   │   │   │   │   ├── stm32f10x_gpio.o
│   │   │   │   │   │   ├── stm32f10x_it.o
│   │   │   │   │   │   ├── stm32f10x_lib.o
│   │   │   │   │   │   ├── stm32f10x_nvic.o
│   │   │   │   │   │   ├── stm32f10x_rcc.o
│   │   │   │   │   │   ├── stm32f10x_systick.o
│   │   │   │   │   │   └── stm32f10x_vector.o
│   │   │   │   │   ├── stm32f10x_flash.icf
│   │   │   │   │   └── stm32f10x_vector.c
│   │   │   │   └── source
│   │   │   │   ├── delay.c
│   │   │   │   ├── fifo.c
│   │   │   │   ├── lcd.c
│   │   │   │   ├── main.c
│   │   │   │   ├── sccb.c
│   │   │   │   ├── Sensor.c
│   │   │   │   └── stm32f10x_it.c
│   │   │   └── FWLib
│   │   │   └── library
│   │   │   ├── inc
│   │   │   │   ├── cortexm3_macro.h
│   │   │   │   ├── stm32f10x_adc.h
│   │   │   │   ├── stm32f10x_bkp.h
│   │   │   │   ├── stm32f10x_can.h
│   │   │   │   ├── stm32f10x_crc.h
│   │   │   │   ├── stm32f10x_dac.h
│   │   │   │   ├── stm32f10x_dbgmcu.h
│   │   │   │   ├── stm32f10x_dma.h
│   │   │   │   ├── stm32f10x_exti.h
│   │   │   │   ├── stm32f10x_flash.h
│   │   │   │   ├── stm32f10x_fsmc.h
│   │   │   │   ├── stm32f10x_gpio.h
│   │   │   │   ├── stm32f10x_i2c.h
│   │   │   │   ├── stm32f10x_iwdg.h
│   │   │   │   ├── stm32f10x_lib.h
│   │   │   │   ├── stm32f10x_map.h
│   │   │   │   ├── stm32f10x_nvic.h
│   │   │   │   ├── stm32f10x_pwr.h
│   │   │   │   ├── stm32f10x_rcc.h
│   │   │   │   ├── stm32f10x_rtc.h
│   │   │   │   ├── stm32f10x_sdio.h
│   │   │   │   ├── stm32f10x_spi.h
│   │   │   │   ├── stm32f10x_systick.h
│   │   │   │   ├── stm32f10x_tim.h
│   │   │   │   ├── stm32f10x_type.h
│   │   │   │   ├── stm32f10x_usart.h
│   │   │   │   └── stm32f10x_wwdg.h
│   │   │   └── src
│   │   │   ├── stm32f10x_adc.c
│   │   │   ├── stm32f10x_bkp.c
│   │   │   ├── stm32f10x_can.c
│   │   │   ├── stm32f10x_crc.c
│   │   │   ├── stm32f10x_dac.c
│   │   │   ├── stm32f10x_dbgmcu.c
│   │   │   ├── stm32f10x_dma.c
│   │   │   ├── stm32f10x_exti.c
│   │   │   ├── stm32f10x_flash.c
│   │   │   ├── stm32f10x_fsmc.c
│   │   │   ├── stm32f10x_gpio.c
│   │   │   ├── stm32f10x_i2c.c
│   │   │   ├── stm32f10x_iwdg.c
│   │   │   ├── stm32f10x_lib.c
│   │   │   ├── stm32f10x_nvic.c
│   │   │   ├── stm32f10x_pwr.c
│   │   │   ├── stm32f10x_rcc.c
│   │   │   ├── stm32f10x_rtc.c
│   │   │   ├── stm32f10x_sdio.c
│   │   │   ├── stm32f10x_spi.c
│   │   │   ├── stm32f10x_systick.c
│   │   │   ├── stm32f10x_tim.c
│   │   │   ├── stm32f10x_usart.c
│   │   │   └── stm32f10x_wwdg.c
│   │   ├── CMOS_AL422_STM32F103ZET6_ili9328.rar
│   │   ├── CMOS_AL422_STM32F103ZET6_ili9328.zip
│   │   ├── ov7670+fifo
│   │   │   ├── al422.pdf
│   │   │   ├── OV7670_DS_(1_4).pdf
│   │   │   ├── OV7670 中文版数据手册1.01.pdf
│   │   │   ├── OV767_FIFO_SCH.pdf
│   │   │   ├── PCB尺寸.pdf
│   │   │   └── SCCB接口时序.pdf
│   │   └── 说明.txt
│   ├── OV7670+VC6.0+STM32虚拟串口实现图像视频显示.rar
│   ├── ov7670彩条测试.rar
│   ├── OV7670照相模组硬件应用指南1.01 OVT.pdf
│   ├── stm32-camer_2.4寸屏.zip
│   ├── STM32_LCD_OV7670
│   │   ├── HARDWARE
│   │   │   ├── EXTI
│   │   │   │   ├── exti.c
│   │   │   │   └── exti.h
│   │   │   ├── KEY
│   │   │   │   ├── key.c
│   │   │   │   └── key.h
│   │   │   ├── LCD
│   │   │   │   ├── FONT.H
│   │   │   │   ├── ILI93xx.c
│   │   │   │   └── LCD.h
│   │   │   ├── LED
│   │   │   │   ├── led.c
│   │   │   │   └── led.h
│   │   │   ├── OLED
│   │   │   │   ├── FONT.H
│   │   │   │   ├── oled.c
│   │   │   │   └── oled.h
│   │   │   ├── stm32f10x_gpio.c
│   │   │   ├── TIMER
│   │   │   │   ├── timer.c
│   │   │   │   └── timer.h
│   │   │   └── WDG
│   │   │   ├── wdg.c
│   │   │   └── wdg.h
│   │   ├── JLinkLog.txt
│   │   ├── JLink Regs CM3.txt
│   │   ├── JLinkSettings.ini
│   │   ├── OBJ
│   │   │   ├── control_match.crf
│   │   │   ├── control_match.d
│   │   │   ├── control_match.__i
│   │   │   ├── control_match.i
│   │   │   ├── control_match._ip
│   │   │   ├── control_match.o
│   │   │   ├── control_match.txt
│   │   │   ├── delay.crf
│   │   │   ├── delay.d
│   │   │   ├── delay.i
│   │   │   ├── delay.o
│   │   │   ├── delay.txt
│   │   │   ├── ExtDll.iex
│   │   │   ├── exti.crf
│   │   │   ├── exti.d
│   │   │   ├── exti.i
│   │   │   ├── exti.o
│   │   │   ├── exti.txt
│   │   │   ├── fifo.crf
│   │   │   ├── fifo.d
│   │   │   ├── fifo.i
│   │   │   ├── fifo.o
│   │   │   ├── fifo.txt
│   │   │   ├── ili93xx.crf
│   │   │   ├── ili93xx.d
│   │   │   ├── ili93xx.i
│   │   │   ├── ili93xx.o
│   │   │   ├── ili93xx.txt
│   │   │   ├── key.crf
│   │   │   ├── key.d
│   │   │   ├── key.i
│   │   │   ├── key.o
│   │   │   ├── key.txt
│   │   │   ├── lcd_driver.crf
│   │   │   ├── lcd_driver.d
│   │   │   ├── lcd_driver.__i
│   │   │   ├── lcd_driver.i
│   │   │   ├── lcd_driver._ip
│   │   │   ├── lcd_driver.o
│   │   │   ├── lcd_driver.txt
│   │   │   ├── lcd_gui.crf
│   │   │   ├── lcd_gui.d
│   │   │   ├── lcd_gui.i
│   │   │   ├── lcd_gui.o
│   │   │   ├── lcd_gui.txt
│   │   │   ├── led.crf
│   │   │   ├── led.d
│   │   │   ├── led.i
│   │   │   ├── led.o
│   │   │   ├── led.txt
│   │   │   ├── main.crf
│   │   │   ├── main.d
│   │   │   ├── main.__i
│   │   │   ├── main.i
│   │   │   ├── main._ip
│   │   │   ├── main.o
│   │   │   ├── main.txt
│   │   │   ├── myusart.crf
│   │   │   ├── myusart.d
│   │   │   ├── myusart.i
│   │   │   ├── myusart.o
│   │   │   ├── myusart.txt
│   │   │   ├── nrf2401.crf
│   │   │   ├── nrf2401.d
│   │   │   ├── nrf2401.i
│   │   │   ├── nrf2401.o
│   │   │   ├── nrf2401.txt
│   │   │   ├── ov7670.crf
│   │   │   ├── ov7670.d
│   │   │   ├── ov7670.i
│   │   │   ├── ov7670.__i
│   │   │   ├── ov7670._ip
│   │   │   ├── ov7670.o
│   │   │   ├── ov7670.txt
│   │   │   ├── Project.axf
│   │   │   ├── Project.hex
│   │   │   ├── Project.htm
│   │   │   ├── Project.lnp
│   │   │   ├── Project.map
│   │   │   ├── Project.plg
│   │   │   ├── Project.sct
│   │   │   ├── Project_sct.Bak
│   │   │   ├── Project.tra
│   │   │   ├── sccb.crf
│   │   │   ├── sccb.d
│   │   │   ├── sccb.i
│   │   │   ├── sccb.o
│   │   │   ├── sccb.txt
│   │   │   ├── STM32F10x.d
│   │   │   ├── stm32f10x_gpio.crf
│   │   │   ├── stm32f10x_gpio.d
│   │   │   ├── stm32f10x_gpio.__i
│   │   │   ├── stm32f10x_gpio.i
│   │   │   ├── stm32f10x_gpio._ip
│   │   │   ├── stm32f10x_gpio.o
│   │   │   ├── stm32f10x_gpio.txt
│   │   │   ├── STM32F10x.lst
│   │   │   ├── STM32F10x.o
│   │   │   ├── sys.crf
│   │   │   ├── sys.d
│   │   │   ├── sys.i
│   │   │   ├── sys.o
│   │   │   ├── sys.txt
│   │   │   ├── timer.crf
│   │   │   ├── timer.d
│   │   │   ├── timer.i
│   │   │   ├── timer.o
│   │   │   ├── timer.txt
│   │   │   ├── usart.crf
│   │   │   ├── usart.d
│   │   │   ├── usart.i
│   │   │   ├── usart.o
│   │   │   ├── usart.txt
│   │   │   ├── wdg.crf
│   │   │   ├── wdg.d
│   │   │   ├── wdg.i
│   │   │   ├── wdg.o
│   │   │   └── wdg.txt
│   │   ├── Project.opt.bak
│   │   ├── Project_Opt.Bak
│   │   ├── Project.plg
│   │   ├── Project_Project.dep
│   │   ├── Project_Target 1.dep
│   │   ├── Project.Uv2.bak
│   │   ├── Project_Uv2.Bak
│   │   ├── Project.uvopt
│   │   ├── Project_uvopt.bak
│   │   ├── Project.uvproj
│   │   ├── Project_uvproj.bak
│   │   ├── STM32F10x.s
│   │   ├── SYSTEM
│   │   │   ├── delay
│   │   │   │   ├── delay.c
│   │   │   │   └── delay.h
│   │   │   ├── sys
│   │   │   │   ├── sys.c
│   │   │   │   └── sys.h
│   │   │   └── usart
│   │   │   ├── usart.c
│   │   │   └── usart.h
│   │   └── USER
│   │   ├── Comait.h
│   │   ├── Control_Match.c
│   │   ├── Control_Match.h
│   │   ├── FIFO.c
│   │   ├── FIFO.h
│   │   ├── LCD_Driver.c
│   │   ├── LCD_Driver.h
│   │   ├── LCD_Font.h
│   │   ├── LCD_GUI.c
│   │   ├── LCD_GUI.h
│   │   ├── main.c
│   │   ├── MyUSART.c
│   │   ├── MyUSART.h
│   │   ├── nRF2401.c
│   │   ├── nRF2401.h
│   │   ├── ov7670.c
│   │   ├── ov7670config.c
│   │   ├── ov7670.h
│   │   ├── SCCB.c
│   │   ├── SCCB.h
│   │   └── VARIABLE.h
│   ├── Stm32OV7670_FIFO V1.0
│   │   └── RVMDK
│   │   └── V10
│   │   ├── Libraries
│   │   │   ├── CMSIS
│   │   │   │   ├── CM3
│   │   │   │   │   ├── CoreSupport
│   │   │   │   │   │   ├── core_cm3.c
│   │   │   │   │   │   └── core_cm3.h
│   │   │   │   │   └── DeviceSupport
│   │   │   │   │   └── ST
│   │   │   │   │   └── STM32F10x
│   │   │   │   │   ├── Release_Notes.html
│   │   │   │   │   ├── startup
│   │   │   │   │   │   ├── arm
│   │   │   │   │   │   │   ├── startup_stm32f10x_cl.s
│   │   │   │   │   │   │   ├── startup_stm32f10x_hd.s
│   │   │   │   │   │   │   ├── startup_stm32f10x_hd_vl.s
│   │   │   │   │   │   │   ├── startup_stm32f10x_ld.s
│   │   │   │   │   │   │   ├── startup_stm32f10x_ld_vl.s
│   │   │   │   │   │   │   ├── startup_stm32f10x_md.s
│   │   │   │   │   │   │   ├── startup_stm32f10x_md_vl.s
│   │   │   │   │   │   │   └── startup_stm32f10x_xl.s
│   │   │   │   │   │   ├── gcc_ride7
│   │   │   │   │   │   │   ├── startup_stm32f10x_cl.s
│   │   │   │   │   │   │   ├── startup_stm32f10x_hd.s
│   │   │   │   │   │   │   ├── startup_stm32f10x_hd_vl.s
│   │   │   │   │   │   │   ├── startup_stm32f10x_ld.s
│   │   │   │   │   │   │   ├── startup_stm32f10x_ld_vl.s
│   │   │   │   │   │   │   ├── startup_stm32f10x_md.s
│   │   │   │   │   │   │   ├── startup_stm32f10x_md_vl.s
│   │   │   │   │   │   │   └── startup_stm32f10x_xl.s
│   │   │   │   │   │   ├── iar
│   │   │   │   │   │   │   ├── startup_stm32f10x_cl.s
│   │   │   │   │   │   │   ├── startup_stm32f10x_hd.s
│   │   │   │   │   │   │   ├── startup_stm32f10x_hd_vl.s
│   │   │   │   │   │   │   ├── startup_stm32f10x_ld.s
│   │   │   │   │   │   │   ├── startup_stm32f10x_ld_vl.s
│   │   │   │   │   │   │   ├── startup_stm32f10x_md.s
│   │   │   │   │   │   │   ├── startup_stm32f10x_md_vl.s
│   │   │   │   │   │   │   └── startup_stm32f10x_xl.s
│   │   │   │   │   │   └── TrueSTUDIO
│   │   │   │   │   │   ├── startup_stm32f10x_cl.s
│   │   │   │   │   │   ├── startup_stm32f10x_hd.s
│   │   │   │   │   │   ├── startup_stm32f10x_hd_vl.s
│   │   │   │   │   │   ├── startup_stm32f10x_ld.s
│   │   │   │   │   │   ├── startup_stm32f10x_ld_vl.s
│   │   │   │   │   │   ├── startup_stm32f10x_md.s
│   │   │   │   │   │   ├── startup_stm32f10x_md_vl.s
│   │   │   │   │   │   └── startup_stm32f10x_xl.s
│   │   │   │   │   ├── stm32f10x.h
│   │   │   │   │   ├── system_stm32f10x.c
│   │   │   │   │   └── system_stm32f10x.h
│   │   │   │   ├── CMSIS_changes.htm
│   │   │   │   ├── CMSIS debug support.htm
│   │   │   │   ├── Documentation
│   │   │   │   │   └── CMSIS_Core.htm
│   │   │   │   └── License.doc
│   │   │   └── STM32F10x_StdPeriph_Driver
│   │   │   ├── inc
│   │   │   │   ├── misc.h
│   │   │   │   ├── stm32f10x_adc.h
│   │   │   │   ├── stm32f10x_bkp.h
│   │   │   │   ├── stm32f10x_can.h
│   │   │   │   ├── stm32f10x_cec.h
│   │   │   │   ├── stm32f10x_crc.h
│   │   │   │   ├── stm32f10x_dac.h
│   │   │   │   ├── stm32f10x_dbgmcu.h
│   │   │   │   ├── stm32f10x_dma.h
│   │   │   │   ├── stm32f10x_exti.h
│   │   │   │   ├── stm32f10x_flash.h
│   │   │   │   ├── stm32f10x_fsmc.h
│   │   │   │   ├── stm32f10x_gpio.h
│   │   │   │   ├── stm32f10x_i2c.h
│   │   │   │   ├── stm32f10x_iwdg.h
│   │   │   │   ├── stm32f10x_pwr.h
│   │   │   │   ├── stm32f10x_rcc.h
│   │   │   │   ├── stm32f10x_rtc.h
│   │   │   │   ├── stm32f10x_sdio.h
│   │   │   │   ├── stm32f10x_spi.h
│   │   │   │   ├── stm32f10x_tim.h
│   │   │   │   ├── stm32f10x_usart.h
│   │   │   │   └── stm32f10x_wwdg.h
│   │   │   ├── Release_Notes.html
│   │   │   └── src
│   │   │   ├── misc.c
│   │   │   ├── stm32f10x_adc.c
│   │   │   ├── stm32f10x_bkp.c
│   │   │   ├── stm32f10x_can.c
│   │   │   ├── stm32f10x_cec.c
│   │   │   ├── stm32f10x_crc.c
│   │   │   ├── stm32f10x_dac.c
│   │   │   ├── stm32f10x_dbgmcu.c
│   │   │   ├── stm32f10x_dma.c
│   │   │   ├── stm32f10x_exti.c
│   │   │   ├── stm32f10x_flash.c
│   │   │   ├── stm32f10x_fsmc.c
│   │   │   ├── stm32f10x_gpio.c
│   │   │   ├── stm32f10x_i2c.c
│   │   │   ├── stm32f10x_iwdg.c
│   │   │   ├── stm32f10x_pwr.c
│   │   │   ├── stm32f10x_rcc.c
│   │   │   ├── stm32f10x_rtc.c
│   │   │   ├── stm32f10x_sdio.c
│   │   │   ├── stm32f10x_spi.c
│   │   │   ├── stm32f10x_tim.c
│   │   │   ├── stm32f10x_usart.c
│   │   │   └── stm32f10x_wwdg.c
│   │   ├── Project
│   │   │   ├── LIST
│   │   │   │   ├── QF-TEST-CMOS7670_WithFIFO.map
│   │   │   │   └── startup_stm32f10x_hd.lst
│   │   │   └── Pro
│   │   │   ├── JLinkLog.txt
│   │   │   └── QF-TEST-CMOS7670_WithFIFO.uvproj
│   │   └── USER
│   │   ├── INC
│   │   │   ├── delay.h
│   │   │   ├── FONT.H
│   │   │   ├── I2C.h
│   │   │   ├── Nvic_Exit.h
│   │   │   ├── OV7670.h
│   │   │   ├── Rename_Pin.h
│   │   │   ├── stm32f10x_conf.h
│   │   │   ├── stm32f10x_it.h
│   │   │   ├── sys.h
│   │   │   ├── TFT.h
│   │   │   └── USART.h
│   │   └── SRC
│   │   ├── delay.c
│   │   ├── I2C.c
│   │   ├── main.c
│   │   ├── Nvic_Exit.c
│   │   ├── OV7670.c
│   │   ├── stm32f10x_it.c
│   │   ├── sys.c
│   │   ├── system_stm32f10x.c
│   │   ├── TFT.c
│   │   └── USART.c
│   ├── 使用说明请参看右侧注释===〉〉.txt
│   ├── 基于STM32平台的OV7670摄像头的开发,源代码.rar
│   ├── 基于stm32的摄像头驱动程序+原理图
│   │   ├── 代码
│   │   │   ├── OV7670+STM32
│   │   │   │   ├── APP
│   │   │   │   │   ├── define.h
│   │   │   │   │   ├── ili9325.c
│   │   │   │   │   ├── ili9325.h
│   │   │   │   │   ├── lcd.c
│   │   │   │   │   ├── lcd.h
│   │   │   │   │   ├── main.c
│   │   │   │   │   ├── myfun.c
│   │   │   │   │   ├── myfun.h
│   │   │   │   │   ├── ov7670.c
│   │   │   │   │   ├── ov7670config.c
│   │   │   │   │   ├── ov7670.h
│   │   │   │   │   ├── SCCB.c
│   │   │   │   │   ├── SCCB.h
│   │   │   │   │   ├── stm32f10x_conf.h
│   │   │   │   │   ├── stm32f10x_it.c
│   │   │   │   │   └── stm32f10x_it.h
│   │   │   │   ├── JLinkLog.txt
│   │   │   │   ├── JLink Regs CM3.txt
│   │   │   │   ├── JLinkSettings.ini
│   │   │   │   ├── Library
│   │   │   │   │   ├── inc
│   │   │   │   │   │   ├── cortexm3_macro.h
│   │   │   │   │   │   ├── misc.h
│   │   │   │   │   │   ├── stm32f10x_adc.h
│   │   │   │   │   │   ├── stm32f10x_bkp.h
│   │   │   │   │   │   ├── stm32f10x_can.h
│   │   │   │   │   │   ├── stm32f10x_crc.h
│   │   │   │   │   │   ├── stm32f10x_dac.h
│   │   │   │   │   │   ├── stm32f10x_dbgmcu.h
│   │   │   │   │   │   ├── stm32f10x_dma.h
│   │   │   │   │   │   ├── stm32f10x_exti.h
│   │   │   │   │   │   ├── stm32f10x_flash.h
│   │   │   │   │   │   ├── stm32f10x_fsmc.h
│   │   │   │   │   │   ├── stm32f10x_gpio.h
│   │   │   │   │   │   ├── stm32f10x_i2c.h
│   │   │   │   │   │   ├── stm32f10x_iwdg.h
│   │   │   │   │   │   ├── stm32f10x_lib.h
│   │   │   │   │   │   ├── stm32f10x_map.h
│   │   │   │   │   │   ├── stm32f10x_nvic.h
│   │   │   │   │   │   ├── stm32f10x_pwr.h
│   │   │   │   │   │   ├── stm32f10x_rcc.h
│   │   │   │   │   │   ├── stm32f10x_rtc.h
│   │   │   │   │   │   ├── stm32f10x_sdio.h
│   │   │   │   │   │   ├── stm32f10x_spi.h
│   │   │   │   │   │   ├── stm32f10x_systick.h
│   │   │   │   │   │   ├── stm32f10x_tim.h
│   │   │   │   │   │   ├── stm32f10x_type.h
│   │   │   │   │   │   ├── stm32f10x_usart.h
│   │   │   │   │   │   └── stm32f10x_wwdg.h
│   │   │   │   │   └── src
│   │   │   │   │   ├── misc.c
│   │   │   │   │   ├── stm32f10x_adc.c
│   │   │   │   │   ├── stm32f10x_bkp.c
│   │   │   │   │   ├── stm32f10x_can.c
│   │   │   │   │   ├── stm32f10x_crc.c
│   │   │   │   │   ├── stm32f10x_dac.c
│   │   │   │   │   ├── stm32f10x_dbgmcu.c
│   │   │   │   │   ├── stm32f10x_dma.c
│   │   │   │   │   ├── stm32f10x_exti.c
│   │   │   │   │   ├── stm32f10x_flash.c
│   │   │   │   │   ├── stm32f10x_fsmc.c
│   │   │   │   │   ├── stm32f10x_gpio.c
│   │   │   │   │   ├── stm32f10x_i2c.c
│   │   │   │   │   ├── stm32f10x_iwdg.c
│   │   │   │   │   ├── stm32f10x_lib.c
│   │   │   │   │   ├── stm32f10x_nvic.c
│   │   │   │   │   ├── stm32f10x_pwr.c
│   │   │   │   │   ├── stm32f10x_rcc.c
│   │   │   │   │   ├── stm32f10x_rtc.c
│   │   │   │   │   ├── stm32f10x_sdio.c
│   │   │   │   │   ├── stm32f10x_spi.c
│   │   │   │   │   ├── stm32f10x_systick.c
│   │   │   │   │   ├── stm32f10x_tim.c
│   │   │   │   │   ├── stm32f10x_usart.c
│   │   │   │   │   └── stm32f10x_wwdg.c
│   │   │   │   ├── lis
│   │   │   │   │   ├── cortexm3_macro.lst
│   │   │   │   │   ├── OV7670+STM32.map
│   │   │   │   │   ├── ST7781.map
│   │   │   │   │   ├── startup_stm32f10x_hd.lst
│   │   │   │   │   ├── stm32f10x_startup.lst
│   │   │   │   │   └── stm32f10x_vector.lst
│   │   │   │   ├── obj
│   │   │   │   │   ├── asciilib_65k.crf
│   │   │   │   │   ├── asciilib_65k.d
│   │   │   │   │   ├── asciilib_65k.o
│   │   │   │   │   ├── bome.crf
│   │   │   │   │   ├── bome.d
│   │   │   │   │   ├── bome.o
│   │   │   │   │   ├── core_cm3.crf
│   │   │   │   │   ├── core_cm3.d
│   │   │   │   │   ├── core_cm3.o
│   │   │   │   │   ├── cortexm3_macro.d
│   │   │   │   │   ├── cortexm3_macro.o
│   │   │   │   │   ├── dog.crf
│   │   │   │   │   ├── dog.d
│   │   │   │   │   ├── dog.o
│   │   │   │   │   ├── ExtDll.iex
│   │   │   │   │   ├── fs.crf
│   │   │   │   │   ├── fs.d
│   │   │   │   │   ├── fs.o
│   │   │   │   │   ├── girl.crf
│   │   │   │   │   ├── girl.d
│   │   │   │   │   ├── girl.o
│   │   │   │   │   ├── glcd.crf
│   │   │   │   │   ├── glcd.d
│   │   │   │   │   ├── glcd.o
│   │   │   │   │   ├── hzlib_65k.crf
│   │   │   │   │   ├── hzlib_65k.d
│   │   │   │   │   ├── hzlib_65k.o
│   │   │   │   │   ├── ili9320.crf
│   │   │   │   │   ├── ili9320.d
│   │   │   │   │   ├── ili9320.__i
│   │   │   │   │   ├── ili9325.crf
│   │   │   │   │   ├── ili9325.d
│   │   │   │   │   ├── ili9325.o
│   │   │   │   │   ├── lady.crf
│   │   │   │   │   ├── lady.d
│   │   │   │   │   ├── lady.o
│   │   │   │   │   ├── lcd.crf
│   │   │   │   │   ├── lcd.d
│   │   │   │   │   ├── lcd.__i
│   │   │   │   │   ├── main.crf
│   │   │   │   │   ├── main.d
│   │   │   │   │   ├── main.__i
│   │   │   │   │   ├── main.o
│   │   │   │   │   ├── misc.crf
│   │   │   │   │   ├── misc.d
│   │   │   │   │   ├── misc.o
│   │   │   │   │   ├── mm01.crf
│   │   │   │   │   ├── mm01.d
│   │   │   │   │   ├── mm01.o
│   │   │   │   │   ├── myfun.crf
│   │   │   │   │   ├── myfun.d
│   │   │   │   │   ├── myfun.o
│   │   │   │   │   ├── nrf24l01.crf
│   │   │   │   │   ├── nrf24l01.d
│   │   │   │   │   ├── nrf24l01.o
│   │   │   │   │   ├── ov7660config.crf
│   │   │   │   │   ├── ov7660config.d
│   │   │   │   │   ├── ov7660config.o
│   │   │   │   │   ├── ov7660.crf
│   │   │   │   │   ├── ov7660.d
│   │   │   │   │   ├── ov7660.o
│   │   │   │   │   ├── ov7670config.crf
│   │   │   │   │   ├── ov7670config.d
│   │   │   │   │   ├── ov7670config.__i
│   │   │   │   │   ├── ov7670config.o
│   │   │   │   │   ├── ov7670.crf
│   │   │   │   │   ├── ov7670.d
│   │   │   │   │   ├── ov7670.__i
│   │   │   │   │   ├── ov7670.o
│   │   │   │   │   ├── OV7670+STM32.axf
│   │   │   │   │   ├── OV7670+STM32.hex
│   │   │   │   │   ├── OV7670+STM32.htm
│   │   │   │   │   ├── OV7670+STM32.lnp
│   │   │   │   │   ├── OV7670+STM32.plg
│   │   │   │   │   ├── OV7670+STM32.sct
│   │   │   │   │   ├── OV7670+STM32.tra
│   │   │   │   │   ├── sccb.crf
│   │   │   │   │   ├── sccb.d
│   │   │   │   │   ├── sccb.o
│   │   │   │   │   ├── ST7781.axf
│   │   │   │   │   ├── st7781.bin
│   │   │   │   │   ├── st7781.d
│   │   │   │   │   ├── ST7781.hex
│   │   │   │   │   ├── ST7781.htm
│   │   │   │   │   ├── ST7781.lnp
│   │   │   │   │   ├── ST7781.plg
│   │   │   │   │   ├── ST7781.sct
│   │   │   │   │   ├── ST7781_sct.Bak
│   │   │   │   │   ├── ST7781.tra
│   │   │   │   │   ├── startup_stm32f10x_hd.o
│   │   │   │   │   ├── stm32f10x_adc.crf
│   │   │   │   │   ├── stm32f10x_adc.d
│   │   │   │   │   ├── stm32f10x_adc.o
│   │   │   │   │   ├── stm32f10x_bkp.crf
│   │   │   │   │   ├── stm32f10x_bkp.d
│   │   │   │   │   ├── stm32f10x_bkp.o
│   │   │   │   │   ├── stm32f10x_can.crf
│   │   │   │   │   ├── stm32f10x_can.d
│   │   │   │   │   ├── stm32f10x_can.o
│   │   │   │   │   ├── stm32f10x_crc.crf
│   │   │   │   │   ├── stm32f10x_crc.d
│   │   │   │   │   ├── stm32f10x_crc.o
│   │   │   │   │   ├── stm32f10x_dac.crf
│   │   │   │   │   ├── stm32f10x_dac.d
│   │   │   │   │   ├── stm32f10x_dac.o
│   │   │   │   │   ├── stm32f10x_dbgmcu.crf
│   │   │   │   │   ├── stm32f10x_dbgmcu.d
│   │   │   │   │   ├── stm32f10x_dbgmcu.o
│   │   │   │   │   ├── stm32f10x_dma.crf
│   │   │   │   │   ├── stm32f10x_dma.d
│   │   │   │   │   ├── stm32f10x_dma.o
│   │   │   │   │   ├── stm32f10x_exti.crf
│   │   │   │   │   ├── stm32f10x_exti.d
│   │   │   │   │   ├── stm32f10x_exti.o
│   │   │   │   │   ├── stm32f10x_flash.crf
│   │   │   │   │   ├── stm32f10x_flash.d
│   │   │   │   │   ├── stm32f10x_flash.o
│   │   │   │   │   ├── stm32f10x_fsmc.crf
│   │   │   │   │   ├── stm32f10x_fsmc.d
│   │   │   │   │   ├── stm32f10x_fsmc.o
│   │   │   │   │   ├── stm32f10x_gpio.crf
│   │   │   │   │   ├── stm32f10x_gpio.d
│   │   │   │   │   ├── stm32f10x_gpio.o
│   │   │   │   │   ├── stm32f10x_i2c.crf
│   │   │   │   │   ├── stm32f10x_i2c.d
│   │   │   │   │   ├── stm32f10x_i2c.o
│   │   │   │   │   ├── stm32f10x_it.crf
│   │   │   │   │   ├── stm32f10x_it.d
│   │   │   │   │   ├── stm32f10x_it.o
│   │   │   │   │   ├── stm32f10x_iwdg.crf
│   │   │   │   │   ├── stm32f10x_iwdg.d
│   │   │   │   │   ├── stm32f10x_iwdg.o
│   │   │   │   │   ├── stm32f10x_lib.crf
│   │   │   │   │   ├── stm32f10x_lib.d
│   │   │   │   │   ├── stm32f10x_lib.o
│   │   │   │   │   ├── stm32f10x_nvic.crf
│   │   │   │   │   ├── stm32f10x_nvic.d
│   │   │   │   │   ├── stm32f10x_nvic.o
│   │   │   │   │   ├── stm32f10x_pwr.crf
│   │   │   │   │   ├── stm32f10x_pwr.d
│   │   │   │   │   ├── stm32f10x_pwr.o
│   │   │   │   │   ├── stm32f10x_rcc.crf
│   │   │   │   │   ├── stm32f10x_rcc.d
│   │   │   │   │   ├── stm32f10x_rcc.o
│   │   │   │   │   ├── stm32f10x_rtc.crf
│   │   │   │   │   ├── stm32f10x_rtc.d
│   │   │   │   │   ├── stm32f10x_rtc.o
│   │   │   │   │   ├── stm32f10x_sdio.crf
│   │   │   │   │   ├── stm32f10x_sdio.d
│   │   │   │   │   ├── stm32f10x_sdio.o
│   │   │   │   │   ├── stm32f10x_spi.crf
│   │   │   │   │   ├── stm32f10x_spi.d
│   │   │   │   │   ├── stm32f10x_spi.o
│   │   │   │   │   ├── stm32f10x_startup.o
│   │   │   │   │   ├── stm32f10x_tim.crf
│   │   │   │   │   ├── stm32f10x_tim.d
│   │   │   │   │   ├── stm32f10x_tim.o
│   │   │   │   │   ├── stm32f10x_usart.crf
│   │   │   │   │   ├── stm32f10x_usart.d
│   │   │   │   │   ├── stm32f10x_usart.o
│   │   │   │   │   ├── stm32f10x_vector.d
│   │   │   │   │   ├── stm32f10x_vector.o
│   │   │   │   │   ├── stm32f10x_wwdg.crf
│   │   │   │   │   ├── stm32f10x_wwdg.d
│   │   │   │   │   ├── stm32f10x_wwdg.o
│   │   │   │   │   ├── system_stm32f10x.crf
│   │   │   │   │   ├── system_stm32f10x.d
│   │   │   │   │   ├── system_stm32f10x.__i
│   │   │   │   │   └── system_stm32f10x.o
│   │   │   │   ├── OV7670+STM32_OV7670+STM32.dep
│   │   │   │   ├── OV7670+STM32.uvgui.Administrator
│   │   │   │   ├── OV7670+STM32.uvgui_Administrator.bak
│   │   │   │   ├── OV7670+STM32.uvopt
│   │   │   │   ├── OV7670+STM32_uvopt.bak
│   │   │   │   ├── OV7670+STM32.uvproj
│   │   │   │   ├── OV7670+STM32_uvproj.bak
│   │   │   │   └── STARTUP
│   │   │   │   ├── cortexm3_macro.s
│   │   │   │   ├── stm32f10x_startup.s
│   │   │   │   └── stm32f10x_vector.s
│   │   │   └── 说明(初学者必读).txt
│   │   └── 原理图
│   │   ├── OV7670+STM32.Annotation
│   │   ├── OV7670+STM32.AnnotationPreview
│   │   └── OV7670+STM32.PrjPCB
│   ├── 屏幕显示调试成功
│   │   ├── Libraries
│   │   │   ├── CMSIS
│   │   │   │   ├── CM3
│   │   │   │   │   ├── CoreSupport
│   │   │   │   │   │   ├── core_cm3.c
│   │   │   │   │   │   └── core_cm3.h
│   │   │   │   │   └── DeviceSupport
│   │   │   │   │   └── ST
│   │   │   │   │   └── STM32F10x
│   │   │   │   │   ├── Release_Notes.html
│   │   │   │   │   ├── startup
│   │   │   │   │   │   ├── arm
│   │   │   │   │   │   │   ├── startup_stm32f10x_cl.s
│   │   │   │   │   │   │   ├── startup_stm32f10x_hd.s
│   │   │   │   │   │   │   ├── startup_stm32f10x_hd_vl.s
│   │   │   │   │   │   │   ├── startup_stm32f10x_ld.s
│   │   │   │   │   │   │   ├── startup_stm32f10x_ld_vl.s
│   │   │   │   │   │   │   ├── startup_stm32f10x_md.s
│   │   │   │   │   │   │   ├── startup_stm32f10x_md_vl.s
│   │   │   │   │   │   │   └── startup_stm32f10x_xl.s
│   │   │   │   │   │   ├── gcc_ride7
│   │   │   │   │   │   │   ├── startup_stm32f10x_cl.s
│   │   │   │   │   │   │   ├── startup_stm32f10x_hd.s
│   │   │   │   │   │   │   ├── startup_stm32f10x_hd_vl.s
│   │   │   │   │   │   │   ├── startup_stm32f10x_ld.s
│   │   │   │   │   │   │   ├── startup_stm32f10x_ld_vl.s
│   │   │   │   │   │   │   ├── startup_stm32f10x_md.s
│   │   │   │   │   │   │   ├── startup_stm32f10x_md_vl.s
│   │   │   │   │   │   │   └── startup_stm32f10x_xl.s
│   │   │   │   │   │   ├── iar
│   │   │   │   │   │   │   ├── startup_stm32f10x_cl.s
│   │   │   │   │   │   │   ├── startup_stm32f10x_hd.s
│   │   │   │   │   │   │   ├── startup_stm32f10x_hd_vl.s
│   │   │   │   │   │   │   ├── startup_stm32f10x_ld.s
│   │   │   │   │   │   │   ├── startup_stm32f10x_ld_vl.s
│   │   │   │   │   │   │   ├── startup_stm32f10x_md.s
│   │   │   │   │   │   │   ├── startup_stm32f10x_md_vl.s
│   │   │   │   │   │   │   └── startup_stm32f10x_xl.s
│   │   │   │   │   │   └── TrueSTUDIO
│   │   │   │   │   │   ├── startup_stm32f10x_cl.s
│   │   │   │   │   │   ├── startup_stm32f10x_hd.s
│   │   │   │   │   │   ├── startup_stm32f10x_hd_vl.s
│   │   │   │   │   │   ├── startup_stm32f10x_ld.s
│   │   │   │   │   │   ├── startup_stm32f10x_ld_vl.s
│   │   │   │   │   │   ├── startup_stm32f10x_md.s
│   │   │   │   │   │   ├── startup_stm32f10x_md_vl.s
│   │   │   │   │   │   └── startup_stm32f10x_xl.s
│   │   │   │   │   ├── stm32f10x.h
│   │   │   │   │   ├── system_stm32f10x.c
│   │   │   │   │   └── system_stm32f10x.h
│   │   │   │   ├── CMSIS_changes.htm
│   │   │   │   ├── CMSIS debug support.htm
│   │   │   │   ├── Documentation
│   │   │   │   │   └── CMSIS_Core.htm
│   │   │   │   └── License.doc
│   │   │   └── STM32F10x_StdPeriph_Driver
│   │   │   ├── inc
│   │   │   │   ├── misc.h
│   │   │   │   ├── stm32f10x_adc.h
│   │   │   │   ├── stm32f10x_bkp.h
│   │   │   │   ├── stm32f10x_can.h
│   │   │   │   ├── stm32f10x_cec.h
│   │   │   │   ├── stm32f10x_crc.h
│   │   │   │   ├── stm32f10x_dac.h
│   │   │   │   ├── stm32f10x_dbgmcu.h
│   │   │   │   ├── stm32f10x_dma.h
│   │   │   │   ├── stm32f10x_exti.h
│   │   │   │   ├── stm32f10x_flash.h
│   │   │   │   ├── stm32f10x_fsmc.h
│   │   │   │   ├── stm32f10x_gpio.h
│   │   │   │   ├── stm32f10x_i2c.h
│   │   │   │   ├── stm32f10x_iwdg.h
│   │   │   │   ├── stm32f10x_pwr.h
│   │   │   │   ├── stm32f10x_rcc.h
│   │   │   │   ├── stm32f10x_rtc.h
│   │   │   │   ├── stm32f10x_sdio.h
│   │   │   │   ├── stm32f10x_spi.h
│   │   │   │   ├── stm32f10x_tim.h
│   │   │   │   ├── stm32f10x_usart.h
│   │   │   │   └── stm32f10x_wwdg.h
│   │   │   ├── Release_Notes.html
│   │   │   └── src
│   │   │   ├── misc.c
│   │   │   ├── stm32f10x_adc.c
│   │   │   ├── stm32f10x_bkp.c
│   │   │   ├── stm32f10x_can.c
│   │   │   ├── stm32f10x_cec.c
│   │   │   ├── stm32f10x_crc.c
│   │   │   ├── stm32f10x_dac.c
│   │   │   ├── stm32f10x_dbgmcu.c
│   │   │   ├── stm32f10x_dma.c
│   │   │   ├── stm32f10x_exti.c
│   │   │   ├── stm32f10x_flash.c
│   │   │   ├── stm32f10x_fsmc.c
│   │   │   ├── stm32f10x_gpio.c
│   │   │   ├── stm32f10x_i2c.c
│   │   │   ├── stm32f10x_iwdg.c
│   │   │   ├── stm32f10x_pwr.c
│   │   │   ├── stm32f10x_rcc.c
│   │   │   ├── stm32f10x_rtc.c
│   │   │   ├── stm32f10x_sdio.c
│   │   │   ├── stm32f10x_spi.c
│   │   │   ├── stm32f10x_tim.c
│   │   │   ├── stm32f10x_usart.c
│   │   │   └── stm32f10x_wwdg.c
│   │   ├── Project
│   │   │   └── MDK_ARM
│   │   │   ├── Demo.plg
│   │   │   ├── Demo_RunInFlash.dep
│   │   │   ├── Demo_Target 1.dep
│   │   │   ├── Demo.uvgui.Administrator
│   │   │   ├── Demo.uvgui_Administrator.bak
│   │   │   ├── Demo.uvgui.Guan
│   │   │   ├── Demo.uvgui_Guan.bak
│   │   │   ├── Demo.uvgui.rf
│   │   │   ├── Demo.uvgui_rf.bak
│   │   │   ├── Demo.uvopt
│   │   │   ├── Demo_uvopt.bak
│   │   │   ├── Demo.uvproj
│   │   │   ├── Demo_uvproj.bak
│   │   │   ├── JLinkLog.txt
│   │   │   ├── JLink Regs CM3.txt
│   │   │   ├── JLinkSettings.ini
│   │   │   ├── List
│   │   │   │   ├── Demo.map
│   │   │   │   └── startup_stm32f10x_hd.lst
│   │   │   └── Obj
│   │   │   ├── asc16.crf
│   │   │   ├── asc16.d
│   │   │   ├── asc16.o
│   │   │   ├── bsp_printf.crf
│   │   │   ├── bsp_printf.d
│   │   │   ├── bsp_printf.o
│   │   │   ├── bsp_tft_lcd.crf
│   │   │   ├── bsp_tft_lcd.d
│   │   │   ├── bsp_tft_lcd.o
│   │   │   ├── bsp_timer.crf
│   │   │   ├── bsp_timer.d
│   │   │   ├── bsp_timer.o
│   │   │   ├── bsp_usart.crf
│   │   │   ├── bsp_usart.d
│   │   │   ├── bsp_usart.o
│   │   │   ├── core_cm3.crf
│   │   │   ├── core_cm3.d
│   │   │   ├── core_cm3.o
│   │   │   ├── delay.crf
│   │   │   ├── delay.d
│   │   │   ├── delay.o
│   │   │   ├── Demo.axf
│   │   │   ├── Demo.hex
│   │   │   ├── Demo.htm
│   │   │   ├── Demo.lnp
│   │   │   ├── Demo.plg
│   │   │   ├── Demo.sct
│   │   │   ├── Demo_sct.Bak
│   │   │   ├── Demo.tra
│   │   │   ├── ExtDll.iex
│   │   │   ├── hz16.crf
│   │   │   ├── hz16.d
│   │   │   ├── hz16.o
│   │   │   ├── images.crf
│   │   │   ├── images.d
│   │   │   ├── images.o
│   │   │   ├── main.crf
│   │   │   ├── main.d
│   │   │   ├── main.o
│   │   │   ├── misc.crf
│   │   │   ├── misc.d
│   │   │   ├── misc.o
│   │   │   ├── sensor.crf
│   │   │   ├── sensor.d
│   │   │   ├── sensor.o
│   │   │   ├── startup_stm32f10x_hd.d
│   │   │   ├── startup_stm32f10x_hd.o
│   │   │   ├── stm32f10x_exti.crf
│   │   │   ├── stm32f10x_exti.d
│   │   │   ├── stm32f10x_exti.o
│   │   │   ├── stm32f10x_fsmc.crf
│   │   │   ├── stm32f10x_fsmc.d
│   │   │   ├── stm32f10x_fsmc.o
│   │   │   ├── stm32f10x_gpio.crf
│   │   │   ├── stm32f10x_gpio.d
│   │   │   ├── stm32f10x_gpio.o
│   │   │   ├── stm32f10x_it.crf
│   │   │   ├── stm32f10x_it.d
│   │   │   ├── stm32f10x_it.o
│   │   │   ├── stm32f10x_rcc.crf
│   │   │   ├── stm32f10x_rcc.d
│   │   │   ├── stm32f10x_rcc.o
│   │   │   ├── stm32f10x_tim.crf
│   │   │   ├── stm32f10x_tim.d
│   │   │   ├── stm32f10x_tim.o
│   │   │   ├── stm32f10x_usart.crf
│   │   │   ├── stm32f10x_usart.d
│   │   │   ├── stm32f10x_usart.o
│   │   │   ├── system_stm32f10x.crf
│   │   │   ├── system_stm32f10x.d
│   │   │   └── system_stm32f10x.o
│   │   └── User
│   │   ├── bsp_printf.c
│   │   ├── bsp_tft_lcd.c
│   │   ├── bsp_tft_lcd.h
│   │   ├── bsp_timer.c
│   │   ├── bsp_timer.h
│   │   ├── bsp_usart.c
│   │   ├── bsp_usart.h
│   │   ├── delay.c
│   │   ├── delay.h
│   │   ├── fonts
│   │   │   ├── asc16.c
│   │   │   ├── fonts.h
│   │   │   ├── hz16.c
│   │   │   └── 说明.txt
│   │   ├── images
│   │   │   ├── images.c
│   │   │   ├── images.h
│   │   │   └── images(美女竖屏).c
│   │   ├── main.c
│   │   ├── Sensor.c
│   │   ├── Sensor.h
│   │   ├── Sensor_Reg.h
│   │   ├── stm32f10x_conf.h
│   │   ├── stm32f10x_it.c
│   │   ├── stm32f10x_it.h
│   │   └── system_stm32f10x.c
│   ├── 屏幕显示调试成功.rar
│   ├── 摄像头驱动.zip
│   └── 骑飞电子CMOS摄像头使用说明.pdf
└── 使用说明请参看右侧注释===〉〉.txt

122 directories, 1108 files

标签:

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警