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 ?