• 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 drivers in C
    Hi, Does anyone have, or knows where to find I2C Slave drivers in C for 87 LPC 76x or compatible uC with bit oriented I2C ( like 8xC751 ) ? If possible interrupt driven. ( I can't manage...
  • 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...
  • 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.
  • 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. ...