• 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 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 interrupt not taking in lpc2148
    sending my whole code....... #include <LPC21xx.H> #include"prototype.h" unsigned char word[10] = {"india-pak"}; unsigned char i = 0; int main() { // VPBDIV = 1; PINSEL0 = 0X00000050; VICIntSelect...
  • 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...
  • 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.........