• IAR LPC2129 TIMER INTERRUPT PROGRAM not work
    i try to debug the timer program with IAR and olimex LPC2129 but the program don't jump in can you help me please where is the problem ? this program is the program of www.nxp.com/.../AN10414...
  • IAR LPC2129 TIMER INTERRUPT PROGRAM not work
    i try to debug the timer program with IAR and olimex LPC2129 but the program don't jump in can you help me please where is the problem ? this program is the program of www.nxp.com/.../AN10414...
  • Working with interrupts on LPC2129
    I'm just getting started with using the Keil uV3 compiler as well as the Phillips lpc2129. The application I am working on requires both UART0 & 1 as well as the I2C and I'm wondering if anyone has some...
  • [LPC2129] nested interrupts with RealView
    Hello everyone, this is my first time I'm programming any microcontroller, my task is probably quite simple - I have to use nested interrupts. I'm using interrupt from Timer0 nad ADC. I have to run ADC...
  • LPC2129 UART Interrupt Enable Problem
    Hi I am trying to receive bytes from UART0 and UART1 in Interrupt mode. I am enabling UART0 and UART1 Interrupt by the following code: void initUART1_Intp(void) { VICVectAddr0 = (unsigned...