User Activity

I am using the stm32h745-Discovery board.I am getting the data using the interrupt method and polling method but am not able to get the Data using the uart_receive_DMA. …What are the further configurations needed for the DMA and What else to do get ...
I am using stm32h745i-discovry board as my development in the arm keil. Here I need the uart communication . could you please send me the example code for this.
I am using the STM board as STM32H745 controller . I taken One example program and I am able to transmit the data through the UART. But I also need to receive the data which is coming from the putty through the UART and it should be in the interrupt ...