We have a TUSB8020 connected to Keystone and configured as SMBus (does not load configuration from I2C ROM). The host will need to configure or at least clear the cfgActive in register F8h. But I can find absolutely nothing in the document about the read/write protocol for the device. I am NOT talking about SMBus protocol, rather the device. For example are registers written by a sequence like:
<dev address><register offset><value>
So an SMBus write with 2 bytes? What would be the "command code" as per SMBus? Or is it a block write with all registers to 0xA required?
Essentially can you please give me an EXACT example of what needs to be sent to the device to program a register?
Thanks and this really should be in the product datasheet.