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.

BQ34Z100-G1: 单片机通过I2C通讯,无法读取有效数据。

Part Number: BQ34Z100-G1

通讯时序如上图。[Address+w(0xAA)]  +ack1+ [command(0x01)]+ack2(等待时长100us左右,同时SCL会被拉低到2V左右)+[Address+R(0xAB)]+ack3+[DATA]+ack+[DATA]。

ack1和ack3都正常响应,ack2需要等待很久。

I2C 上拉电阻10KΩ在单片机板上。

问题1: SCL为什么会被拉低到2V左右

问题2:读取Command 0x01,不是应该回复 device type  0x100么?读取其他数据也是0。无法正常通讯