Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

[SOLVED] OV7670 pin out and STM32 port ?

Status
Not open for further replies.

bianchi77

Advanced Member level 4
Joined
Jun 11, 2009
Messages
1,313
Helped
21
Reputation
44
Reaction score
20
Trophy points
1,318
Location
California
Activity points
9,442
Guys,

I have OV7670 module and STM32 dev board,
I'm confused on how to connect the port of STM32 and OV7670 at the module because of the name of the port on OV7670 is different with in STM32 code,

anyone has experience ?

thanks

The code :
Code:
 Module Pin Name | Description | 		STM32 end pin connections |
   -------------------------------------------------- ----
   SCCB_SCL:       	SCCB clock:     			 PB10 I2C2_SCL
   SCCB_SDA:       	SCCB data:      			 PB11 I2C2_SDA
   CAM_VSYNC: 	   	Frame Sync: 				 PA0 external interrupt 0
   CAM_HREF: 		FIFO: 						 PB7 GPIO
   CAM_WEN: 		FIFO write enable:			 PD3 GPIO
   XCLK: 			CMOS sensor master clock:	 PA8 MCO output
   CAM_RRST: 		FIFO read address reset: 	 PE0 GPIO
   CAM_REN: 		FIFO Chip Select:			 PD6 GPIO
   CAM_RCLK: 		FIFO read clock:			 PE1 GPIO
   FIFO D0 ~ D7:    FIFO data output: 			 PC0 ~ PC7 GPIO

the port on ov7670
Ov7670_with_fifo.jpg
 
Last edited:

maybe try it:
SIO_C->SCL(PB10)
SIO_D->SDA(PB11)
VSYNC->PA0
HREF->PB7
CAM_WEN->FIFO_WR->PD3
………………………………
can you put complete schematic ?
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top