This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DLP5530Q1EVM: I2C Communication from Custom Host Controller

Part Number: DLP5530Q1EVM

Hi,

I'm writing my own custom handler for the DLP controller and chosen the I2C Host interface to send the commands through. However, I'm getting no response from the DLP controller. I wanted to make sure that I'm not missing any configuration or special setup in order to get a response back. (For example, the CRC needs to be calculated otherwise the command is rejected, not even an ACK for the address). Does any electircal need to be isolated or paired with the DLP controller? I did connect the grounds together.

Steps that I've taken so far are:

1. SW2 set to I2C = 1

2. Confirmed waveforms for correct commanding using Data Logger.

3. Confirmed with other devices the I2C interface.

The host controller I'm using is an FPGA with a custom I2C core that sends the Short Status Command. 

My next steps would be implementing the CRC and checking the waveform on an O-Scope but other than that, I'm out of ideas.

Thanks.