Hello,
We are trying to use the TPS6598x Application customization tool to configure a TPS65987D mounted on a prototype board.
We don't own neither the Aardvark adapter nor the TPS65987-EVM or TPS65988-EVM (which contain a FTDI FT4232 chip)
but we own other adapters based on FTDI FT260 and FTDI FT232HL chips.
When trying to launch the software, the USB hardware seems to be detected, but an exeception is thrown:
Exception Encountered during I2C Test Read:No FTDI I2C channels (I2C_GetNumChannels) detected, exiting....
<type 'exceptions.Exception'>
Details :
Traceback (most recent call last):
File "dialogWindow.pyc", line 2807, in test_read
File "hw_interface.pyc", line 186, in hw_open
Exception
Looks like the 3 FTDI chips are incompatible with each other.
So my question is : does anybody have some experience with these chips? Is there a driver available for FT260 or FT232?
If no drivers is available, is there a chance to modify the existing one? (From the error message, I understand that it is written in Python and should be modifiable).
Thanks in advance for your answers.