使用单片机I2C读取BQ35100,将GE拉高后,读取BatteryStatus返回值为0,可以正确读取温度和电压,但是读取AccumulatedCapacity,总是返回0x30,0xFD,0xFF,0xFF(前两位根据运行时间不同读取的值会变,后两位一直是0xFF),读取current也是返回0xFA,0xFF。值总是特别大。
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.
您好,请参考下面文档,希望对您有帮助。
您好,是否能详细描述一下这个问题?The examples given appear to show the expected behavior, in order to report negative values the gauge will report two's complement. 0xFF 0xFA (little endian) is essentially indicating there are a few milliamps in discharge.