This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

TWI: prevent repeated start between non stop transfer

Hi,

I am debugging an SSD1306 OLED library, and in the datasheet, it does not explicitly mention support for repeated start bits. But using the nrf_drv_ API's with NRF_DRV_TWI_FLAG_TX_NO_STOP flag set, the successive nrf_drv_twi_tx or nrf_drv_twi_xfer function starts sending data with a start condition.

image description

As shown by the logic analyzer, the Green dot is a start ad red dot is a stop. I dont not want the last green dot to the right. Is this possible using the nrf_drv_twi_ API ?

Parents Reply Children
No Data
Related