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.

DS90UH948-Q1: Resister read/write address auto increment function

Part Number: DS90UH948-Q1

Hi team,

I would like to know if DS90UH948's I2C interface has register address auto-increment function or not?

I currently specify each register address every time, but I would like to eliminate the I2C bus traffic and

just send initial register address and data, then send the data only for the following registers.

For example : 1E, 1F = address, 11, 01 = data

1E 11

1F 01

--> 1E 11 01

regards,