[RTEMS Project] #4577: arm/atsamv: UART loses receive characters when the system has a high interrupt load
RTEMS trac
trac at rtems.org
Tue Jan 18 08:12:02 UTC 2022
#4577: arm/atsamv: UART loses receive characters when the system has a high
interrupt load
--------------------------------+---------------------------------
Reporter: Christian Mauderer | Owner: Christian Mauderer
Type: defect | Status: closed
Priority: normal | Milestone:
Component: bsps | Version: 5
Severity: normal | Resolution: fixed
Keywords: | Blocked By:
Blocking: |
--------------------------------+---------------------------------
Changes (by Christian Mauderer <christian.mauderer@…>):
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"779847a5ef3eda256ddf05501153a484a8cea42e/rtems"
779847a5/rtems]:
{{{
#!CommitTicketReference repository="rtems"
revision="779847a5ef3eda256ddf05501153a484a8cea42e"
bsp/atsam: Optionally use DMA for UART Rx
If the system is busy with other interrupts and the UART is set to a
fast baud rate, it's possible to loose UART interrupts and therefore
characters. This allows to optionally enable a DMA for the UARTs so that
a number of lost interrupts can be tolerated.
The number of DMAs on this chip is limited and not not all applications
need that feature. Therefore the DMA is disabled by default.
Close #4577
}}}
--
Ticket URL: <http://devel.rtems.org/ticket/4577#comment:2>
RTEMS Project <http://www.rtems.org/>
RTEMS Project
More information about the bugs
mailing list