Hello, I am using the dma to receive data into the uart using the functions: HAL_UARTEx_ReceiveToIdle_DMA(&huart2, UART_p.UART_Data, UART_DATA_LENGTH)); with UART_DATA_LENGTH = 200. void HAL_UARTEx_RxEventCallback(UART_HandleTypeDef *huart, uint16_t ...