Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

SDA,SCL任一引脚低电平Busy会置位,例程里面总线如果一直Busy就是锁死,超时100ms复位IIC。 #101

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

Open
wx85105157 wants to merge 1 commit into Air-duino:main
base: main
Choose a base branch
Loading
from wx85105157:main

Conversation

@wx85105157
Copy link

@wx85105157 wx85105157 commented Jan 7, 2024

解决因干扰,连线虚接,两边设备复位不同步等原因导致IIC通讯失败并且总线锁死问题。提高IIC总线的健壮性。

Copy link
Member

谢谢,确定是因为busy导致的吗

Copy link
Author

谢谢,确定是因为busy导致的吗

首先,按照air001的规格书来说,sda或sdl低电平,busy就会置位。
iic主机读从机,会在从机发送最后一个字节数据时发送nack,再发送stop。
而air001的iic从机,在nack后,stop检测是不置位的。但是nack错误检测能置位。
这个是hal库对iic逻辑的处理错误,在另外一个库我也推了补丁。

其次,补丁修复后测试过程中,我复位uno主机,air从机,或者晃动杜邦线,也会造成总线锁死。
所以在从机用户代码里面,还是要定时去检测总线忙,超时一段时间就要复位下总线。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

AltStyle によって変換されたページ (->オリジナル) /