Hello support team,
Could you please clarify following two things to me:
- It is possible to read back data continuously over I2C when direct commands are issued. For example, if read back is initiated using Direct Command at 0x14 for reading Cell 1 Voltage, will bq76952 continue to increment the internal data pointer (which is typical of I2C slaves) and return the data for next contiguous values for Cell 2, Cell 3 and so on till I2C clock is provided?
- Similarly, for the data memory section if 32 bytes are written to the transfer buffer after address for Calibration:Voltage:Cell 1 Gain (0x9180) is written to 0x3E/0x3F, will this also update values till Calibration:Voltage:Cell 16 Gain in the same I2C write cycle?
If the cases above are possible, it will really help in reading and writing data in bq76952 quickly.