hi guys......
I m working on At89s52 microcontroller....
I have to interface two microcontrollers by using I2C protocol....
Plz suggest how can I do this.....
1. Why?
2. There's no hardware I2C interface built into 89s52
3. I2C has to be emulated in software. That's almost easy for master side, more difficult for slave. Most software I2C libraries are supporting master mode only
1. Why?
2. There's no hardware I2C interface built into 89s52
3. I2C has to be emulated in software. That's almost easy for master side, more difficult for slave. Most software I2C libraries are supporting master mode only