Good afternoon,
I am trying to program the TPS65988 (specific part number TPS65988HDRSHR) over I2C using the Application Customization tool. I have purchased an FTDI C232HM-DDHSL-0 cable and installed the FTDI drivers bundled with TI's tool. The drivers are installed properly and I see the device enumerated properly in Device Manager.
When I try to communicate with the device, I get an exception:
Exception Encountered during I2C Address Sweel *** ERROR in FTDI call (I2C_OpenChannel), status: 1 <type 'exceptions.Exception'>
When I click 'Show Details', I see the following:
Traceback (most recent call last): File "dialogWindow.pyc", line 8906, in sweep_handler File "hw_interface.pyc", line 187 in hw_open Exception
From the FTDI cable, I have the orange line connected to SCK, and the yellow and green lines connected to SDA. The black line is grounded to the same ground as the TPS65988. When I scope the lines, I do not see any clock being generated.
Please advise,
Steve