-
Notifications
You must be signed in to change notification settings - Fork 3k
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
K82F, KL82Z: Fix the I2C SDK driver slave transfer #13661
Conversation
In case of slave transfer we dont want the slave to perform stop signal. Signed-off-by: Bielik <[email protected]>
@MartinBielik, thank you for your changes. |
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.
It looks fine to me but would like someone from @ARMmbed/team-nxp to confirm as it's their driver
@mmahadevan108 can you review? |
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.
Thank you.
CI started |
Test run: SUCCESSSummary: 10 of 10 test jobs passed |
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.
Approved.
In case of slave transfer we dont want the slave to perform stop signal.
Signed-off-by: Bielik [email protected]
Summary of changes
If multiple bytes are send from slave to master, slave is wrongly performing stop signal what brakes communication for 11ms because bus is still active. Slave shouldn't do any Start or Stop signal
Impact of changes
Migration actions required
Documentation
Pull request type
Test results
Reviewers