Hi,
I'm using MSP4305659 for receiving data at 921,600BPS.
The reception is done using cyclic buffer implemented by interrupt.
I see from time to time starnge overrun error.
UCOE = 1 but in contrary to the datasheet, the UCRXERR = 0.
Receive error flag. This bit indicates a character was received with error(s).
When UCRXERR = 1, on or more error flags, UCFE, UCPE, or UCOE is also
set. UCRXERR is cleared when UCAxRXBUF is read.
0b = No receive errors detected
1b = Receive error detected
Itsik.