• 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...
  • ADUC843 I2C slave
    anyone tried to use the aduc843 hardware slave i2c interface ? it seems to me that the aduc is extremely sensitive to other interrupts. if other interrupts are running it often cant receive data.
  • testing I2C master and slave
    hi there, i am using a Philips SAA56XX MCU on it are 2 I2C port i have connected these 2 port together Port1<---->Port2 i configured Port1 to be Master and Port2 to be Slave with address 0x70...
  • I2c slave on 8051
    Hi I wanted to implement I2C slave functionality on 8051,using bit banging method. I have seen programmes to implement I2C master. Can anybody, please let me know does such type of code is available...
  • I2C slave program in LPC921
    We would like to implement the I2C Slave function in LPC921. However, we can only find the sample code for the I2C master. Does anyone has implemented the I2C slave function for the LPC controller. ...