[RTEMS Project] #4610: BSP/atsam: UART driver sends data with a small gap
RTEMS trac
trac at rtems.org
Fri Feb 11 07:53:25 UTC 2022
#4610: BSP/atsam: UART driver sends data with a small gap
---------------------------------+--------------------------------
Reporter: Christian Mauderer | Owner: Christian Mauderer
Type: defect | Status: assigned
Priority: normal | Milestone:
Component: bsps | Version: 6
Severity: normal | Keywords:
Blocked By: | Blocking:
---------------------------------+--------------------------------
The ATSAM UART waits for data to be completely send before queuing the
next character. Due to that there is a small gap between two characters.
This is only notable if the UART is 100% busy. For example if received
data should be echoed back at maximum data rate the software buffer fills
till it is full and then starts to loose characters.
--
Ticket URL: <http://devel.rtems.org/ticket/4610>
RTEMS Project <http://www.rtems.org/>
RTEMS Project
More information about the bugs
mailing list