Hi there,
I am using the Tiva C Series Connected Launchpad EK-TM4C1294XL and CCS 6.0.1 to connect to the OV5642DS camera module. This module uses the SCCB protocol to send and receive control data. Because SCCB don't uses the ACK/NACK bit, I run into problems if I want to use the I2C bus from my µC. Is it possible to disable the ACK/NACK handling and simply let the µC think all data has sent/received correctly?
Thank you!