• 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...
  • 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...
  • 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 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...