• 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...
  • LPC2129 UART ISR Problem
    I'm using the LPC2129 and Keil Tools. The purpose of the code is to interrupt on the receipt of a single byte of data and assign "data" to its value. The interrupt seems to work however "data" isn't...
  • 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 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...
  • UART LPC2129 Unpredictable result on hardware
    Hi, The following run perfctly on the Keil...But if downloaded on board it dosen't work...I connected the board with PC and Send Values on UART through Hyperterminal...Is their anything I need to Change...