Dear sir/madame
In our project we want to implement MAX17260 battery fuel gauge to monitor the battery status in the handheld device.
The interface towards MAX17260 is I2C (TWI). I am trying to use nrf_drv_twi_tx and nrf_drv_twi_rx to set and read registers in MAX17260.
According to the ‘MAX1726X SOFTWARE IMPLEMENTATION GUIDE’ I need to config the MAX17260 at start-up (Power On) and the one of the first steps is to read the status register.
So to my question: how do I point to the register I want to read using ‘nrf_drv_twi_rx’ ?
Kind regards
Svein