stm32f429 USART DMA FIFO error on transmit upon completion
Hi,I am using DMA1 stream 3 for USART3 for tx on an stm32f429.Driver code is based on cubemx generated st hal drivers firmware package version 1.24 The uart and dma initalisation parameters are as follows:huart3.Instance = USART3;huart3.Init.BaudRate...