I am trying to build a device to stream the 9 axis sensor data from the I2C based sensor and then transmit it using BLE UART profile. It is sampled every 3 seconds using app timer with the callback functionality. After successively being able to read and transmit the value using BLE UART, randomly TWI schedule/perform gets blocked. Can you guys suggest the possibility of where it could go wrong ?