Resolved! unexpected output
Below is my code:uint8_t line[50]="Application is Running\n";uint8_t Buf[50];uint8_t A=0,B=0; while(! HAL_GPIO_ReadPin(GPIOC, GPIO_PIN_13)); // wait for user button press HAL_Delay(200); strcpy((char*)Buf," \n\nI am in the Loop \n"); HAL_UART_Tra...