multiple i2c master in MQX

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

multiple i2c master in MQX

跳至解决方案
1,288 次查看
antonychen2008
Contributor II

Hello support:

I am tring to implement an application on dealing with multiple i2c master in MQX,

For example,  when I open one device handle

file_handle = fopen ("i2c1:", NLL);

Then the other device tries to open the same port successfully.

Does MQX driver supports it ?

0 项奖励
回复
1 解答
1,158 次查看
danielchen
NXP TechSupport
NXP TechSupport

Hi Andy:

Current MQX I2C driver was not developed/tested for i2c multi master environment. That needs a completely re-design the mqx i2c driver to arbitrate multiple masters that make use of the same bus.

Regards

Daniel

在原帖中查看解决方案

0 项奖励
回复
1 回复
1,159 次查看
danielchen
NXP TechSupport
NXP TechSupport

Hi Andy:

Current MQX I2C driver was not developed/tested for i2c multi master environment. That needs a completely re-design the mqx i2c driver to arbitrate multiple masters that make use of the same bus.

Regards

Daniel

0 项奖励
回复