User Activity

Posted on April 12, 2017 at 19:23HiI am implementing a USART driver and would like to use DMA for reception. In order to detect a timeout on the RX line, I use the USART idle interrupt.The DMA works and I receive the expected characters. However onc...