Resolved! I ran printf over UART but the results were not displayed in Tera Term
Hello everyone I'm using stm32f207ztg6 and want to do printf using UART, but it doesn't show up in Tera Term.How can I solve this problem? ■ Program used // *-*-*↓main()-*-*-*-*-*-*-*-*-*-*-*-* setbuf(stdout, NULL); while (1) { /* USER CODE END W...