Hi I am thinking of implementing the complete I2C Multimaster communication by software. The Microcontroller which I will be using do not have on chip I2C hardware. I know it is easy to implement the I2C multimaster communication on a controller which has the I2C on chip hardware. But still i would like to know,if it is feasible to implement the same in complete software(Arbitration,clock synchronization etc). I request all of you to please advice me on this. Thanks SHASHI B R
You can do it in software if the controller does NOTHING else while IIC communication is active. Erik
Yes What you said is exactly correct. Thanks