Continous data reception using USART
Posted on April 05, 2016 at 16:52Hi, I would like to continously receive data via usart. I have a receive buffer configured to receive 1000 bytes in circular mode. Now I would like to pause the dma, process the received data and resume the dma. How ...