Resolved! UART DMA Rx, IDLE interrupt is triggered, but doesn't look correctly.
Hi,I am trying to use DMA to realize uncertain length uart message receiving on STM32H745i-DISCO board (on core CM7). My idea is to used IDLE interrupt and then disable the DMA_stream, get the NDTR register and abort the transfer to trigger the DMA T...