STM32f407 dma->uart transfer stops after some time
Hi, i have a certain problem.I have an application which continuously reads out data from sensors. Each sensor read will be triggered by me by using a dma-uart transaction. On the receiving side i have a uart-dma in cyclic mode which fills up the buf...