Resolved! UART Framing Error immediately after initializing DMA transfer
I am using the UART4 in DMA mode. But as soon as I initialize the UART in RX mode, I get a framing error that calls the HAL_UART_ErrorCallback Error _Handler which halts the program. Below is my init code./* UART4 init function */ void UART4_Init(voi...