Why do not I have an overrun error? (UART + DMA)
Posted on July 06, 2017 at 11:08The problem is simple ...I am using the UART with DMA to copy 10 bytes to a memory location.Sometimes (due to some error) 11-byte packets are sent to the MCU. What happens is that the DMA will transfer the 10 bytes an...