Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
I'm using I2C.stop() in a Timeout handler to interrupt I2C.read(). It seems to do exactly what I wanted. Should I be concerned about hidden data corruption? Is there a recommended alternative way of interrupting I2C.read()?