This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

BQ34Z100-G1: RAM parameter access

Part Number: BQ34Z100-G1

Hello;

Do I understand correctly that to read a RAM parameter, I cannot use a simple I2C read with a repeated start, but must write individually to 0x3E and then to 0x3F?

For instance, say I want to read Device Chemistry at class 48, offset 55, and length 5 . I assumed I could simply do a two byte write to 0x3E of 0x3001, with the 01 being the block. I assumed that like other I2C devices with memory address size of one byte, it would auto increment the address, writing 0x30 to 0x3E, and 0x01 to 0x3F...but is this not possible?, and I must do two separate byte writes, the first to -x3E and the second to 0x3F?

THanks