We need to read/write to an I2C device that uses a 16-bit register addresses (Melexis MLX90632), and the nrf_drv_twi_tx() and nrf_drv_twi_rf() functions seem to be limited to 8-bit addresses.
How can we use the TWI module to read 16-bit addressed registers?
Thanks!