I am not able to receive whole characters from the uart interrupt . if I enter "hello" thorigh command line , I gets h , e , o . I miss other characters. below is my code snippet.uint8_t str;//Main codeint main(void){ /* USER CODE BEGIN 1 */ /* USE...