当前位置:网站首页>IIC (STM32)
IIC (STM32)
2022-07-04 20:20:00 【王小浩和浩小王】
IIC(STM32)
IIC(Inter-Integrated Circuit) 总线是一种由 PHILIPS 公司开发的 两线式串行总线
高速 IIC 总线一般可达 400kbps 以上。
IIC信号时序图
IIC 总线在传送数据过程中共有三种类型信号,开始信号、结束信号和应答信号。
开始信号:
SCL 为高电平时,SDA 由高电平向低电平跳变,开始传送数据。
SCL = 1
SDA = 1
SDA = 0

结束信号:
SCL 为高电平时,SDA 由低电平向高电平跳变,结束传送数据。
SCL = 1
SDA = 0
SDA = 1

应答信号:
每发送一个字节(8个bit),一个字节传输的8个时钟后的第九个时钟期间
接收器接收数据后必须回一个ACK应答信号给发送器,这样才能进行数据传输。
应答 “0”,非应答 “1”

边栏推荐
猜你喜欢

Huawei ENSP simulator layer 3 switch

Alibaba testers use UI automated testing to achieve element positioning

Summary of the mistakes in the use of qpainter in QT gobang man-machine game

伦敦银走势图分析的新方法

Huawei ENSP simulator configures DHCP for router

How does wincc7.5 SP1 find variables and their positions through cross indexing?

Hands on deep learning (III) -- convolutional neural network CNN

NetWare r7000 Merlin system virtual memory creation failed, prompting that the USB disk reading and writing speed does not meet the requirements. Solution, is it necessary to create virtual memory??

Golang中UTF编码和字符集

数十亿公民信息遭泄漏!公有云上的数据安全还有“救”吗?
随机推荐
admas零件名重复
PermissionError: [Errno 13] Permission denied: ‘data.csv‘
Routing configuration and connectivity test of Huawei simulator ENSP
测试员的算法面试题-找众数
网件r7000梅林系统虚拟内存创建失败,提示USB磁盘读写速度不满足要求解决办法,有需要创建虚拟内存吗??
[solution] paddlepaddle 2 X call static graph mode
In the face of the same complex test task, why can the elder sort out the solution quickly? Ali's ten-year test engineers showed their skills
【申博攻略】六.如何联系心仪的博导
go defer的使用说明
测试用例 (TC)
杰理之AD 系列 MIDI 功能说明【篇】
Embedded TC test case
Browser render page pass
Leetcode+ 81 - 85 monotone stack topic
Advantages of RFID warehouse management system solution
Explication détaillée du mécanisme de distribution des événements d'entrée multimodes
Automatic insertion of captions in word
Render function and virtual DOM
杰理之AD 系列 MIDI 功能说明【篇】
Golang中UTF编码和字符集