Hello,I am implementing UART RX reception using DMA, but I am encountering an issue where the data is not correctly updated in the memory buffer connected to the DMA. Below is the code I configured. #define DMA_BUFFER_SIZE 10
uint8_t dma_buffer[DMA_...