Hello,
Im posting my first question right now, i hope that i´ll decribe my problem well:
Im using the USCI-A as an UART with 19200 Bits/s and let the DMA shift the recieved Data into my own RX-Buffer.
I would like to use the parity-option to delete the complete recived data if a partiy-error ocours.
The problem right now is that the Parity-Error-Flag is overwritten if the USCI-RX-Buffer is read, and i read it directly via DMA.
So how can i catch the Parity-Error in a recived byte-string over 3-6 Bytes while shifting with DMA?
Greets
Carsten