Intentional receive complete UART DMA interrupt after specified timeout
I have configured a UART to receive in DMA mode where the size of the buffer is around 64 bytes. So, basically the HAL_UART_RxCpltCallback() DMA receive complete interrupt will only fire when 64 chars are received. Is there a way in STM32 through wh...