This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

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);
if((U0LSR & 0X20) == 0X20) VICSoftInt = 1<<ISN_UART0;
and in interrupt service:
U0THR = uart1_xmit_queue.Get();

sometimes(not always) the output data in serial window is missing!

0