Question
Transmit UART with DMA in IDLE interrupt of Receive DMA
Hello.
Could anyone explain me why when I try to transmit data by UART using DMA in IDLE interrupt function from receive DMA on the same UART working in circular mode, once in several attempts my reception lost some data? TX and RX use different channels of DMA.
When I change Trasmit_DMA to casual Transmit in work even though the interrupt handling takes more time.
