Hello,
I am working on a project that implements USB C PD, both sink and source.
We are using the TPS25750D and have the configuration in an external EEPROM, connected to the I2Cm.
Our device also has a microcontroller and this needs to be aware if there is anything connected to the type c port, either sink or source.
The TPS works fine when connecting a source or a sink on the usb c connector, the contract is being negotiated correctly.
It is possible to use the I2Cs to read the Status Register to see if there is some contract negotiated, or other status information? At the moment i am trying to reach the TPS on I2Cs and i get nothing. The transmission is not starting at all.
The ADCIN1 and ADCIN2 are both 0.
Thank you in advance!