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

Software I2C in slave mode

I want to simulate an I2C slave device using a generic 8051 MPU which doesn't have hardware I2C(not like 80C552). I know it is easy to implement software simulated I2C in master mode, but I want to turn my 8051 MPU to be a slave device. How can?

Parents
  • This was only a suggestion to keep in sync with quite slow software peripherals ( with a few dedicated IIC hardware " bit level " or even no dedicated hardware at all ) and with work to do before replying.
    Hardware for master take this extended clock as mandatory, but keep in mind that software masters have to test it. This protocol has not been developped for nothing.

Reply
  • This was only a suggestion to keep in sync with quite slow software peripherals ( with a few dedicated IIC hardware " bit level " or even no dedicated hardware at all ) and with work to do before replying.
    Hardware for master take this extended clock as mandatory, but keep in mind that software masters have to test it. This protocol has not been developped for nothing.

Children
No data