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.

TPS65982EVM / Aardvark debug

Other Parts Discussed in Thread: TPS65982, TPS65982-EVM

Hi Team,

The "Host Interface Control of the TPS65982 USB Type-C and PD Controller from a Windows-Based PC" shows,  need "A Total Phase “Aardvark” USB-to-SPI/I2C adapter" to execute Python Scripts.

I do not have Aardvark adapter, i want use other I2C adapter to connect with TPS65982-EVM and execute Python Scripts, so do you have the protocol about read_register, or pd_trace.

Best Regards

  • If you open the .py files in a smart text editor, like NotePad++, you should be able to read the code.

    read_registers.py calls other files, such as hi_functions, aardvark_rw and register_classes.
    hi_functions is probably the best resource for you to use, if you build your read/write I2C functions with the same input variables as aardvark_rw.

    What hardware do you intend to use to implement the Host Interface utility?
    What programming language will you use?

    If your timeline is not critical, there will be a future solution with an additional BoosterPack which employs an FTDI chip to perform the Host Interface utilities.