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

question of uart

My target is philips lpc2214,I want to send a byte to uart0 by use S0IN=0xXX,when 0xXX's MSB was set (like 0x80),LSR's bit 1(overrun error) will always set,when 0xXX MSB not set (like 0x7e),LSR's bit 1 will not set,I don't know why,someone could tell me,thank a lot.