Resolved! Hello, I am working on UART Transmit using DMA for STM32F401RE board.I have written code for register level operations.I am using DMA1 with MSIZE of byte and MBURST of 16 beats, total data of 48 bytes. Getting FIFO transmit Error. What is the issue?
For testing purpose i am transmitting an array of 8 bytes with . But still the FIFO transmit ERROR flag in HISR is always getting set. Please do help!