This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
in datasheet RXERROR is OR of BRKDT, FE, OE, and PE.
For either error of the above four cases, can I still receive the subsequent data or I have to reset the device to allow the following data to come in?
Ken,
you mean if the interrupt is not enabled the data will continue?
My customer doesn't use FIFO, they use SCIRXINTA interrupt service function to get the received data shown below.
But in F2803X TRM SPRUI10, for BRKDT
It is not cleared by receipt of a character after the break is detected. In order to receive more characters, the SCI must be reset by toggling
the SW RESET bit or by a system reset.
So I guess for FE, OE, PE, I can get the subsequent data without reset, but for BRKDT, I have to reset to get the subsequent data, right?
Besides, why it's related to whether I set RXERRINTENA bit?