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