打印

STM32文档关于i2c这段意思是什么

[复制链接]
1879|2
手机看帖
扫描二维码
随时随地手机跟帖
跳转到指定楼层
楼主
zyboy|  楼主 | 2012-5-31 22:39 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
Start cannot be generated after a misplaced Stop
Description
If a master generates a misplaced Stop on the bus (bus error), the peripheral cannot
generate a Start anymore.
Workaround
In the I²C standard, it is allowed to send a Stop only at the end of the full byte (8 bits +
acknowledge), so this scenario is not allowed
. Other derived protocols like CBUS allow it,
but they are not supported by the I²C peripheral.
A software workaround consists in asserting the software reset using the SWRST bit in the
I2C_CR1 control register.

是说只允许在发了8bits+ack后,才能发stop;  还是不允许? 谢谢
沙发
zyboy|  楼主 | 2012-5-31 22:41 | 只看该作者
错误的stop信号是什么含义?

是发了8bits+ack后,发stop 就有问题;还是不是这样,就有问题?

使用特权

评论回复
板凳
IJK| | 2012-6-1 10:42 | 只看该作者
I2C协议 只允许在发了8bits+ack后,才能发stop。
但其它源自I2C的协议,比如CBUS 允许(misplaced Stop on the bus )。【Other derived protocols like CBUS allow it】

且慢,CBUS 是什么?是不是写错了?

使用特权

评论回复
发新帖 我要提问
您需要登录后才可以回帖 登录 | 注册

本版积分规则

个人签名:学海无涯,回头是岸!

101

主题

356

帖子

0

粉丝