Posted on May 17, 2011 at 13:11I get it: // wait Uart is ready while (USART_GetFlagStatus(USART_MAXIM_NR, USART_FLAG_TXE) == RESET) { } Before starting the DMA transfer!
Posted on May 17, 2011 at 13:11Hello, if I send data over the UART with printf and after that start a dma transfer to the same uart, the last char of the printf(:) is not send. Can anybody help me? Her the code: /* Wait until DMA1_Channel 4 Transfe...