• lpc2148 harware i2c problem
    hi im using LPC2148 hardware i2c while im writing i2c_write() routine im facing some strange problem im showing my code below void i2c_write(unsigned int data) { I2C0DAT=data; while(!(I2C0CONSET...
  • lpc2148 harware i2c problem
    hi im using LPC2148 hardware i2c while im writing i2c_write() routine im facing some strange problem im showing my code below void i2c_write(unsigned int data) { I2C0DAT=data; while(!(I2C0CONSET...
  • 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...
  • 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...
  • LPC2148 I2C Slave Coding
    HI ARM Keil Team, I'm working on a project and I require I2C coding techniques and a sample code for I2C Slave Receiver where LPC2148 acts as Slave receiver and Raspberry Pi acts as I2C Master Transmitter...