STM32F4xx HAL dumps RAM through UART on Framing Error? (possible security issue)
I am using DMA for receiving data, but interrupts for transmitting over UART and I am experiencing following issue:When the UART experiences Framing Error, the DMA stream triggers an interrupt to which HAL responds by eventually calling UART_DMAAbort...