You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The interrupt driven uart relies on a timeout condition for when to trigger the interrupt. This can causes issues for when the interrupt is disabled by uart_cdns_disable_tx_irq before it gets a chance to be kicked off by uart_cdns_enable_tx_irq Where a full message may not come out.
The text was updated successfully, but these errors were encountered:
The interrupt driven uart relies on a timeout condition for when to trigger the interrupt. This can causes issues for when the interrupt is disabled by
uart_cdns_disable_tx_irq
before it gets a chance to be kicked off byuart_cdns_enable_tx_irq
Where a full message may not come out.The text was updated successfully, but these errors were encountered: