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
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