• 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...
  • 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 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...