STM32F446RE UART Tx DMA: The tx buffer gets mixed up
Hello all,I am very lost and would appreciate any advice. Currently, my final goal is to send an ADC buffer using HAL_UART_Transmit_DMA. But I am stuck on transferring a chronologically ordered array starting from 240 - 289. #define ADC_BUF_LEN 50uin...