Hello,
currently I try to get a proper communication between my microcontroller and the gas gauge BQ2741-G1.
Reading the specific adresses for DEVICE_TYPE or DEVICE_NAME gives the expected result. Also a read of the Operation Configuration register results the default value 0x19. But the result of the Control Status register is 0x0008, what i do not expect. According to datasheet information I would expect something like 0x6000 that shows me an active sealed state.
Actually, I have two questions:
What is a normal status register value for the gas gauge configured by default?
And how do I get the gas gauge unsealed to configure it? The datasheet says by a consecutive sending of two 2-byte unseal keys. The default key is given as a 4-byte. Now I'm not sure about the byte order of the key .
Best wishes,
Jakob