Hello,
I am trying to read command 0x74 on the BQ27530-G1. I am getting a NACK return when I do this and a repeatable sequence of values that do not make sense.
I am able to read addresses 0x75 and above, but not 0x74. If the gas gauge is not connected I would expect a return of 0x40.
The process I am using to read this address is as follow:
S 0x55 A 0x74 A data_returned_to_host
but I am getting
S 0x55 A 0x74 N
Is there any advice or piece of ducmentation that could assist me with this? Thanks.