I use the UART RX DMA mode to receive the data from the peripheral. This peripheral could endless send the data after powering up. However after serval rounds UART IRQ handler execution, the UART port couldn’t enter the IRQ handler anymore while the...