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
We use the LPUAR1 port in DMA receive mode. On error, the HAL aborts the
DMA transfer. Since we don't want that, we clear the various error flags
before delegating to the HAL IRQ handler.
This was triggered when the port was configured with the wrong baud
rate. In that case, the LPUART1 peripheral sets the framing error flag.
0 commit comments