Question
Lossless data processing
Hello,
I'm working with STM32F410RB , My question is not related to code but it's architectural. I'm using DMA uart to communicate with another device, i noticed that dma buffer change its content before my code processing the data. So i'm loosing some data. I wanted to know what are your methods to process all the data from UART without losing some of them.
Best regards,