User Activity

I am using receive DMA to mange reception of data on UART4 and UART5.The setting of both UARTs is identical. UAERT4_RX is using DMA1 Stream 2UAERT5_RX is using DMA1 Stream 0I’m using halt transmit, transmit completed callbacks and idle interrupt to m...