-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issues with I2C deadlocks #2700
Comments
Normally, primitive operations are not allowed to block for longer periods of time. We need to make the i2c operation asynchronous to fix this. I already need to update the driver to use the newer ESP-IDF APIs. When doing so, I will try to change it so it isn't blocking anymore. |
Another one today, and I noticed its
|
6:5 is I2C-read. |
Case 1 & 2: I2C device has been communicated with before, but stops part way through operations for a period of time
Case 3: I2C device I am talking to will not respond to anything.
The text was updated successfully, but these errors were encountered: