User Activity

I am using STM32F411 and SDK v1.27.1.I need to transmit data using DMA in UART
I am using STM32F411 and SDK v1.27.1I am trying to trigger an DMA xfer with an external signal source using the TIMER1 External Trigger, without the need to execute any interrupts in the CPU to utilize the CPU time, as I have two signals one every 2m...