Mixing "normal Transmission" and DMA Transmission, with "normal RX interrupt handling"
Maybe it is not supposed to be used like this:Regular receive interrupt handler and using LL_USART_TransmitData8 function.Then sending a larger configuration file using HAL_UART_Transmit_DMA on demand.This leads to these flaws:1. HAL_UART_Transmit_DM...