• 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 read AD ports
    hello, i am new here and asking for help to do this: i use an LPC2132 and need to read the output of an analog sensor that gives 0,3v-3,2v and on other AD port read the voltage of an 12v battery, the...
  • 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 ...