• 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...
  • 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...
  • PWM example for LPC2129
    I'm looking for a single edge PWM example for the LPC2129. Thanks.
  • PWM example for LPC2129
    I'm looking for a single edge PWM example for the LPC2129. Thanks.
  • LPC2129 UART Problem
    Hello, im using a board with LPC2139 with JTAG, it has 2 UARTs however wenever i try and flash a simple UART program of, say, transmitting a string or echoing a character on it, it does not work...