-
Notifications
You must be signed in to change notification settings - Fork 981
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
Wire: implement STOP sequence to recover I2C bus. #1663
Conversation
Reworked implementation: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Hi @ABOSTM ,
|
Source: https://www.nxp.com/docs/en/user-guide/UM10204.pdf https://bits4device.wordpress.com/2017/07/28/i2c-bus-recovery/ Useful in case of bus stuck after a reset for example Fixes stm32duino#1661 Signed-off-by: Alexandre Bourdiol <alexandre.bourdiol@st.com>
Hi @cparata, |
Summary
Wire: implement STOP sequence to recover I2C bus.
Useful in case of bus stuck after a reset for example
Fixes #1661