I2C Clock Stretching in Vybrid

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

I2C Clock Stretching in Vybrid

跳至解决方案
1,751 次查看
srebbago
Contributor I

Hi ,

I want to know how to enable I2C clock stretching in Vybrid F-series. In reference manual(VYBRIDRM.pdf), I have found the below data(snap shot). But, didn't get information about which register/pin will set clock stretching. or Is clock stretching is enabled default in Vybrid?.

Give me clarification on this ASAP.

Thank you.pastedImage_0.png

标签 (3)
0 项奖励
1 解答
1,431 次查看
CommunityBot
Community Manager
This an automatic process.

We are marking this post as solved, due to the either low activity or any reply marked as correct.

If you have additional questions, please create a new post and reference to this closed post.

NXP Community!

在原帖中查看解决方案

0 项奖励
2 回复数
1,432 次查看
CommunityBot
Community Manager
This an automatic process.

We are marking this post as solved, due to the either low activity or any reply marked as correct.

If you have additional questions, please create a new post and reference to this closed post.

NXP Community!
0 项奖励
1,432 次查看
jiri-b36968
NXP Employee
NXP Employee

Hello Siva,

clock stretching is a feature of I2C itself. It is always enabled. Any slave can slow down data transfer controlled by the master by holding CLK low for necessary time after the master sets CLK low. The master will continue with transfer once CLK is released.

/Jiri