Hi there—our platform connects the STAT pin of the BQ25792 to a high-impedance input of another IC, which enables an internal weak pull-up to 1.8 V.
I find that the STAT pin is Hi-Z (pulled up to 1.8 V) for all values of the CHG_STAT register field, including 3'b011 (CC) and 3'b100 (CV). According to my understanding, the STAT pin should be Hi-Z only for 3'b111 (done). Here is a register dump during one such instance:
0 1 2 3 4 5 6 7 8 9 a b c d e f
00: 04 01 90 01 f4 2c 00 32 c3 08 23 00 dc 4b 3d a2
10: 80 40 00 01 16 aa c0 7a 55 00 32 8f 6a 01 00 00
20: 00 00 00 00 00 00 00 00 ff c7 7f 1f ff fc 80 00
30: 00 01 eb 01 a6 13 8e 13 86 13 88 0f 90 0f a9 02
40: 57 00 2a 00 00 00 00 00 08 ff ff ff ff ff ff ff
We can see that register 0x1c = 0x6a (CHG_STAT = 3'b011 = CC) and register 0x13 = 0x01 (DIS_STAT = 1'b0 = STAT pin enabled), yet the STAT pin is not driven to GND by the BQ25792. Are there any other conditions that can disable the STAT pin?
Thank you in advanced for your support and in case I can clarify any of my observations, please let me know.