Stm32h745zi UART DMA issue
Hi,I am using stm32h745zi controller in my custom board. I want to use uart in DMA mode.When i send data through uart i got an interrupt only for first time. How can i get Interrupt everytime. and how to use uart DMA in both cores(Both tx and Rx).