2015-03-25 09:45 AM
Hello,
i'm trying to send UART frame using DMA.==> the problem is that the last bytes in the UART fifo not sended. and when i send the next frame i receive the last byte of the old frame. is there any mothod to clear the UART fifo before starting DMA transfer ???why the last bytes in the fifo not sended ?2015-03-25 09:50 AM
2015-03-27 02:59 AM
Hello ,
Maybe you can use the register UARTSR.RMB (Release Message Buffer)After reading the data in the buffer you can clear by software. Best regards Erwan