Carm66
Results
2
comments of
Carm66
Got the same issues with DMA reception while transferring in blocking mode `HAL_UART_Transmit()`. I got it with `HAL_UART_ERROR_RTO` (receiver timeout) that i use to receive variable length frames. My workaround...
Hello @KRASTM and @mrjimenez, I managed to make a tiny project on NUCLEO-L496ZG that reproduce the problem with `huart->TxXferCount`. Here is how it works: - you need to send some...