• UART parity error and reading the byte

    Hello, Is it possible to read the received byte if the parity error occurs? Because I want to receive 9-bit data on UART and get the 9-th bit based of error?
  • On the fly configuration change

    Hi Team, In my application UART is used. I need to send parity bit based on particular responses that I need to send to the device connected to UART. Can I change configuration of UART on-the-fly for this? In datasheet it is mentioned that parity…