Posted on January 18, 2013 at 19:01HiI am trying to receive data via USART and then put it on the LCD. I am using the following code.void print_response(void){ uint8_t i, resp[5]; for (i=0;i<5;i++) { while (USART_GetFlagStatus(USART3, USART_FLAG_RXN...