This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

I2C multimaster

Hi
I would like to know if there are any codes available for I2C multimaster mode,which is done only in software(with out the on chip hard I2c support).
Thanks SHASHI B R

Parents
  • Hi,
    First of all you must identify few thinks before you start to implement the I2C.
    Multi master mean the device generate a clock slave did not generate clock(SCL),
    Based on the above if you have multi master you must have multiple device which you can control the SCL and SDA, Other wise you are talking about Multi slave system.

    terrance

Reply
  • Hi,
    First of all you must identify few thinks before you start to implement the I2C.
    Multi master mean the device generate a clock slave did not generate clock(SCL),
    Based on the above if you have multi master you must have multiple device which you can control the SCL and SDA, Other wise you are talking about Multi slave system.

    terrance

Children
No data