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.

TUSB1064RNQEVM: Can't establish I2C communication with TPS65986

Part Number: TUSB1064RNQEVM
Other Parts Discussed in Thread: TPS65981

I am using the TUSB1064RNQEVM and attempting to configure it so that it uses the DisplayPort Alternate Mode to output a video signal at P3 and simultaneously output USB data at P2.  In the board's default configuration, when I connect a USB cable to P1 and a display to P3 there is no video present on the display.

I have been attempting to adjust the Power Delivery settings of the TPS65986 by changing parameters via an I2C connection and tried the following two methods:

1. With the jumper at JMP7 connecting I2C_EN to VCC, I connected an FTDI adapter (w/ associated driver installed) from my computer's USB port to the SDA/SCL pins on the evaluation board's JMP8 and the FTDI's ground wire to the board's GND connection at J5.  After connecting a USB-C cable to P1 and verifying 5V was present on the VBUS, I opened the TPS65981 Application Customization program on my PC.  I selected the "Configure I2C/SPI Adapter Settings" option, selected FTDI as the desired adapter,  and chose the test "Sweep I2C Address Range for device response".  I then received the error:

"Exception Encountered during I2C Address Sweep:*** ERROR in FTDI call (I2C_OpenChannel), status: 1

<type 'exceptions.Exception'>"

"Traceback (most recent call last):

File "dialogWindow.pyc", line 10787, in sweep_handler

File "hw_interface.pyc", line 185, in hw_open

Exception"

2.  With the JMP7 jumper connecting I2C_EN to VCC, I setup an Arduino Due development board for I2C communication and have code to scan the connected I2C bus and report all acknowledgements.  Wires from the Arduino were connected to the TUSB1064RNQEVM's JMP8 SDA & SCL pins as well as a ground wire connected to J5 GND pin.  When my Arduino begins to poll I2C address on the TUSB1064RNQEVM, there are no acknowledgements and no other signs of communication.

Attached is a picture of my setup.  When a USB cable is connected to P1, I have verified that 5V is present from J5 VBUS to J5 GND.  Is there anything that I am missing in my setup in order to establish an I2C connection?

Thank you.