Hi all,
A customer is seeing the BQ33100 sometimes return a wrong value, possibly related to the device's I2C/SMBus. What does the read/write transation look like for this device from the 0x00 ManufacturerAccess?, as it is not outlined in the datasheet? Will it look something like this?
- First byte: Slave Address + Write
- Second Byte: 0x00
- Repeated start?
- First byte: Slave Address + read/write (depending on the desired operation)
- Second + third bytes: 0x0021
- Stop?