• I2C protocol
    Hi all, My problem is with understanding I2C protocol. I interfaced a 24lc16b eeprom with 8051. I had used proteus simulator to validate my results. I had sent a control byte(0x50) and was waiting for...
  • I2C and CAN protocols not working
    I2C and CAN not working in LPC1768 I am using two nos. LPC1768 header boards from different manufacturers. And if I try to communicate using I2C and CAN through both controllers, nothing is transmitting...
  • PROTOCOL
    I need code for can protocol using LPC2129arm .in transmitter varying a ADC and corresponding value to be displayed in a reciver lcd. please send me soon sir thank you
  • Which variant of 8051 supports inbuild I2C Protocol?
    Hi can any one suggest a variant of 8051 which supports hardware IIC protocol for implementing Real time clock(RTC). Raghu
  • interfacing lpc2148 with 24c02 using i2c protocol
    After setting the start bit the SI flag is not getting set.therefore not entering the isr routine. Can anyone tell me why? void i2c_init() { PINSEL0=BIT4+BIT6; //scl=port0.2 sda port0.3 IODIR0...