Hello,
I have a capricious component on my TWI bus, and sometimes my nRF52 do an infinite loop in file nrf_drv_twi.c
in this loop while (!nrf_twim_event_check(p_twim, evt_to_wait)) { ... }
Why I have no done and no error ? Could it be possible to add a timeout as protection.