This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
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

nrf51822 UART FIFO and stop bits

Hi, I wonder if there is any way to disable the Rx FIFO so that I don't have to fill it to generate an event, since I need exact timing for every incoming byte.

Also, is there anyway to set two stop bits? I can probably workaround it since the second stop bit is high like the IDLE state but it would be nice to do things properly.

Best regards, Andreas

Parents
  • You can not disable the FIFO, but you don't have to fill it in order to generate an event. An RXDRDY event will be generated when the first byte is received. If you read this byte immediately a new RXDRDY event will be generated when the next byte is received.

    The UART uses 1 stop bit.

Reply
  • You can not disable the FIFO, but you don't have to fill it in order to generate an event. An RXDRDY event will be generated when the first byte is received. If you read this byte immediately a new RXDRDY event will be generated when the next byte is received.

    The UART uses 1 stop bit.

Children
No Data
Related