[RTEMS Project] #4578: arm/atsamv: UART loses receive characters when the system has a high interrupt load (cloned)
    RTEMS trac 
    trac at rtems.org
       
    Tue Jan 18 08:10:52 UTC 2022
    
    
  
#4578: arm/atsamv: UART loses receive characters when the system has a high
interrupt load (cloned)
--------------------------------+---------------------------------
 Reporter:  Christian Mauderer  |       Owner:  Christian Mauderer
     Type:  defect              |      Status:  closed
 Priority:  normal              |   Milestone:
Component:  bsps                |     Version:  6
 Severity:  normal              |  Resolution:  fixed
 Keywords:                      |  Blocked By:
 Blocking:                      |
--------------------------------+---------------------------------
Changes (by Christian Mauderer <christian.mauderer@…>):
 * status:  assigned => closed
 * resolution:   => fixed
Comment:
 In [changeset:"aa95122c17707d6eaadcbdae71aad33446fcf66c/rtems"
 aa95122/rtems]:
 {{{
 #!CommitTicketReference repository="rtems"
 revision="aa95122c17707d6eaadcbdae71aad33446fcf66c"
 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 #4578
 }}}
--
Ticket URL: <http://devel.rtems.org/ticket/4578#comment:2>
RTEMS Project <http://www.rtems.org/>
RTEMS Project
    
    
More information about the bugs
mailing list