SDK: nRF5_SDK_11.0.0-2.alpha_bc3f6a0 Chip: NRF52
If I perform a TXTX transfer using the twi driver, it sends a repeated start/stop bit in between the two transmits. Is this the correct behavior? I typically use a TXTX transfer to write to a register, but since theres a start bit in between it doesn't work with the i2c slave device im using.
Thanks