Helllo,
i'm using a custom shield with the Thingy:52.
I need to control some TWI chips, but these chips (ADG728) have only one register.
I have done a specific driver for these chips, based on the drv_mpu9250, and using nrf_drv_twi_tx function.
It works well, but, as the chip contain just one register, i change the 3rd parameter of the function nrf_drv_twi_tx to NULL for reding the register contents.
TWI transfer is good, but the driver return the error code INTERNAL_ERROR.
I want to know how i can't dig deeper into the driver layers to modify the ERROR_CODE to fit my specific "no-register" case.
Thanks,
Arnaud