I´m using nRF52dk and nRFConnect SDK for peripheral_csc application. I have added an accelerometer (kxtj3) and it works fine if polling. If interrupts are enabled and accelerometer is serviced in the interrupt handler, I can see the start of the I2C activity and suddenly it stops. Image below illustrates the start and the only no further activity after this event.
In blue the I2C SCK and in yellow the I2C SDA.
What do I need to configure to get I2C working in the interrupt handler?
Regards