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 DMA requests are also reset when UE = 0 so the DMA channel must be disabled
before resetting the UE bit
Currently set_baudrate callback called from libtty ioctl hander temporarily disables UE without any synchronization. This needs to be investigated as it can lead to race conditions even when DMA is not used.
The text was updated successfully, but these errors were encountered:
RM0351 Reference manual Rev 10
40.8.1 USART control register 1 (USART_CR1)
Currently
set_baudrate
callback called from libtty ioctl hander temporarily disables UE without any synchronization. This needs to be investigated as it can lead to race conditions even when DMA is not used.The text was updated successfully, but these errors were encountered: