User Activity

Why should I clear the DMAR bit in the UART DMA receive interrupt subroutine?At the moment I disable the DMA TC interrupt and the DMA Mode for reception (DMAR) at the top of my interrupt routine.At the end of the subroutine I enable the uart dma rece...