I'm using TWI and BLE functions together. My TWI sensor is operating at 400kHz, low priority. BLE has the highest priority. For example, if nRF52805 is sending commands to the TWI sensor, and it's been interrupted by BLE. So the TWI sensor doesn't receive the full command continuously.
Question:
When BLE causes interruptions, what happens to the TWI communication?
How could the senor itself know that there is an interruption?
What are the SDA and SCL values (high or low) when it's been interrupted?
How could the sensor know that the interruption is completed?
Thanks!