Posted on July 16, 2016 at 09:55Hello!I'm working on UART comunication between stm32f407 and PC. I want to transmit 4 character via ''senddata()'' function shown below.USART_SendData(USART1,'D');while(USART_GetFlagStatus(USART1, USART_FLAG_TC)==RESE...