• lpc2132
    hi to all i had programed my lpc2132 by j-tag. but my IC hasn't any output!! i wrote a very simple flasher codes and now it doesn't respond me!!! j-tag says that programming is complete and i...
  • lpc2132 hang
    hello, I am using lpc2132 device in my application. I am using EXINT3,uart0,uart1,timer0,timer1 interrupt. When all above interrupt enable then my application hang in 4-5 hours. When we disable one...
  • lpc2132 doesn't respond me :(
    Hello; I am an almost a newbie on ARM/ I was trying to figure out how to configure a startup.s file. I worked on PLL settings a little and after that it started not to respond me. please note that...
  • LPC2132 : failed to copy arm to flash with IAP
    I wanted to write a image to flash with IAP. the function like this: typeof IAPCALL (void)iaplocal(int *,int *); IAPCALL iapcall=0x7ffffff1; int cmd[5],ret[3]; cmd[0]=51;//cmd id cmd[1...
  • using I2c interface to connect ARM LPC2132 to serial EEPROM
    Hi all, I am tryin to interface serial EEprom CAT24WC01 to ARM based LPC2132 using I2C only. Has anyone worked on this set up before , or has anyone already written drivers for same already ...