HAL_UART_Receive_DMA() not able to receive data in the array or in the SRAM
Hi, I'm trying to receive data from UART peripheral to DMA using HAL Library. I'm using STM32F410RB. I tried all the possible configuration as in reference manual - Code part - //#define OFFSET 0x800 //#define DEST_ADDR (SRAM1_BASE + OFFSET) //Trie...