Question
Continous data reception using USART
Posted on April 05, 2016 at 16:52
Hi,
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 do I know how much bytes were received? Thanks for your help in advance.