Resolved! Hello Guys, I am facing problem in STM32H7 DMA. I had written code to receive the data from UART in DMA mode. In that i am transmitting the data in Polling mode and receiving in DMA mode.
In this at first time only data is receiving after that code is not executing RxCmplt call back function.Hardware: For testing I had shorted the both TX and RX pins together of STM32H743I EVAL board.UART Config : Baud rate = 9600,DataSize = 8bit,Mod...