This is weird. Also it was working at one point and stopped working, can't track down the code change that broke this. So, I use HAL_UART_Receive_DMA() to start a DMA RX. I can use _HAL_DMA_GET_COUNTER() to check how many characters have been recei...