• LPC2129 UART ISR Problem
    hi, i try to receive data through UART1 in Interrupt mode, when i run the code the following are the changes occured on reception of the character. before U1LSR=0x60 U1IIR/FCR=0xC1 VICVectAddr...
  • UART problems with LPC2129
    Hi, I am using hyper terminal to read and write data via UART0 with LPC2129. in my code if I run the reading task alone it works, if i run the writing task alone also works. If i use writing...
  • 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...
  • 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...
  • example on UART using interrupt for LPC2129
    I am new to the ARM families please help me