• i2c interrupt not taking in lpc2148
    i configured vector interrupt slot 1 for i2c0 interrupt... it is not taking the interrupt in simulator...... after sending the start condition the STATUS REG set with 0x08....and SI also set.........
  • 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...
  • I2C problem with LPC2148
    Hey guys, I can't seem to get I2C working with LPC2148. The problem arise when I transfer data. Slave device (I2C debugger in Proteus) doesn't respond. Neither ACK nor NACK. It just get paused. Although...
  • 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...
  • I2C Master code for LPC2148
    I downloded the application note from Philips site viz. AN10369_1.pdf, in which I2C master code is given (interrupt based). I have some problems with its clock. In the application note , they have...