Other Parts Discussed in Thread: BQ34Z100, BQSTUDIO
Support Path: /Product/Development and troubleshooting/
Hello,
We're using a BQ34Z100-G1, and simply reading the following registers every 100[ms] through I2C
- register 0x02: SOC + ME
- register 0x10: I
- register 0x0C: TEMP
- register 0x08: VOLT
- register 0x06: FCC
Randomely (about every 10s), the device drives the SCL line low during ~4.5[ms] when issuing the first start condition.
I can't see any explanation for that behavior. Is it normal? Can the bq34z100 be "busy" for such duration?
I2C configuration:
- 100kHz
- 10kohm pull-up
- no other node on I2C bus except the STM32 driving the bus as master, and the bq34z100.
Thanks