cancel
Showing results for 
Search instead for 
Did you mean: 

How to use I2C to ignore NACKs? (stm32f401 vs. SCCB)

bgeri91
Associate
Posted on August 05, 2014 at 15:12

Hi

I'm trying to interface an OV7670 module using STM32F401 discovery board. First step is to get this SCCB interface going, which seems to be an I2C ripoff, 

http://www.ovt.com/download_document.php?type=document&DID=63

The problem (I think) is that the SCCB protocol has no ACK/NACK bits, instead it's ''DONTCARE''. So either there's no ACK because it's dontcare, or because the whole thing's dead in some other way. So, is there a way to use (force) the I2C peripheral to ignore and carry on if it gets NACKs? (I fear it may never enter transmitter or receiver mode after the address phase or something of the sort)

0 REPLIES 0