Hi all,
I'm trying to read VM (negative supply charge pump) *and* VMODULE (sum of cells) voltages for diagnostic purposes.
To accomplish that, I'm writing 0x0005 to TSTCONFIG register, by sending the following frame (device address is 0x01):
0x92 0x01 0x1E 0x00 0x05 0x18 0x24
The next step is a "single device write with response", writing to CMD and CHANNELS registers, to get back both voltages - here is the frame:
0x85 0x01 0x02 0x00 0x00 0x00 0x00 0x03 0x99 0x7C
However, I never get the expected response, and from that moment on, the device won't respond anymore.
What am I doing wrong? Any hints?
Best regards,
Joao