I set up DMA with USART in CubeMX 5.0.1 but it is not working correctly....When callingHAL_UART_Receive_DMA(&huart1,USARTBuffer,10);Only the first [0] field of my array changes and contains a received char. All other fields stay untouched. After that...