• New bug in UART simulation for LPC2100 in version 3.04
    New bug in version 3.04, UART simulation for LPC2100 problem: 16 bytes lost in serial transimission. function printf("\n'9I2C:ErrCode = %d\n'0",error_code); calls uart0_xmit_queue.Add(dat); ...
  • 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...
  • KEIL UART ISR BUG?
    I use uart1 in isr mode, I send a character from computer, then I can capture a RXNE interrupt and recieve the character in uart1 isr, it work well. But a error occur when I open a uart1 register...
  • UART ISR and loopback
    Hello all, Ok, I guess I'm doing something wrong but I just don't see what it is! I configure my UART like this: /* UART1 configured as follow: - Word Length = 8 Bits - One Stop Bit - No parity...
  • 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...