multiple i2c master in MQX

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

multiple i2c master in MQX

Jump to solution
508 Views
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 Kudos
1 Solution
378 Views
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

View solution in original post

0 Kudos
1 Reply
379 Views
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 Kudos