STM32L4 HAL UART DMA does not recover after error
The exact issue I am experiencing with the STM32L4 series (both L476 and L412), is described here: https://stackoverflow.com/a/71297149/10909834The solution I came to independently is to reinitialize the uart. I used HAL_UART_DeInit() followed by HAL...