• I2C Interrupts
    Hello Guys, I was able to accomplish the I2C Interrupts ; When I created a separate project for I2C Interrupts I was able to read all the data on req addresses but later when I integrated the I2C...
  • I2C INTERRUPTS
    Hello People, I have a just got a small problem with I2C Interrupt . The I2DAT Register is reading only one memory location 0x00 from my slave always. My slave has data from 0x00 to 0x24 memory...
  • I2C interrupt or polling
    Hi, I am using NXP LPC1837 controller as a master and it is supposed to talk to other devices over I2C. The firmware is based on Keil V5. In the firmware code, I2C was initialized without...
  • Back on Track I2C Interrupts
    Hello Guys, I was able to accomplish the I2C Interrupts ; When I created a separate project for I2C Interrupts I was able to read all the data on req addresses but later when I integrated the I2C...
  • 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.........