Hi I am using nRF52 DK, nRF52832 and a sensor. The TWI communication is described as :

and :

I tried to use the Legacy of TWI drivers in order to implement a read function able to read the registers. As well i tried to use nrfx module with separate NRFX_TWIM_XFER_DESC_TX/RX. Both have some problems. Before to try to resolve my issues i am wondering if i am on the right path using these functions.
I would like to use the legacy beacuse i am working to an older version of SDK (14.2.0) and i don't want to integrate it with the nrfx module if possible.
Are these liberies able to implement a correct communication in my case or there are other functions more suitable to define my read function?
Thanks,
polimarte