Resolved! UART with byte stream gets overrun error
Hello,I worked till now with H7 (stm32h743) and UARTs and had no issues at all.But recently I needed to port the project to L4 (stm32L496).For some reason UART now behaves differently:With polling there is no issue, but with interrupt or dma:As long ...