We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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!