Hi team,
Could you tell me how to access register through I2C? The datasheet shows address (7bit) R/W (1bit) ACK (1bit) Data?(8bit) ACK (1bit), in Figure 5-14. I assume page selection is included the address (7bit). So, for example, in order to access BACKUP1 in power registers, what the I2C bus protocol is like? For example, 0x58 (page selection) + R/W + ACK + 0x19 (address) + data + ACK + START/STOP?, or 0x58 (page selection) + R/W + ACK + dummy data + 0x19 (address) + data + ACK + START/STOP or something else?
Thank you for your support.
Best regards,
Takeshi Sasaki