Retargeting stdio to USART1
Posted on August 02, 2011 at 04:56Hello, I have USART1 configured properly and running. I am using the following code to write to the USART1 [code] USART_SendData(USART1,'A'); /* Loop until the end of transmission */ while (USART_GetFlagStatus(USART...