I have some basic questions about I2C with a bq27741-g1.
To read temperature, for example, the users guide says to use the 2-byte command code "0x06 and 0x07". Is this MSB and LSB, or LSB and MSB Will the response be MSB or LSB first?
To access the Control commands, the command code is listed as "0x00 and 0x01" When attempting to read the firmware version, I write 0x00 0x01, follow with a write of 0x02 0x00, wait ~66uS, and read 2 bytes. I read 0x00 0x19.
I'd appreciate any guidance.
Steve