User Activity

  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...
Hello everyoneAfter using the stm32f207ztg6 to write to flash memory, when I try to run the debug again, the following error appears and the program cannot be executed.How can I solve the problem?■ Program useduint32_t flash_addr = 0x080E0000;uint32_...
Hello everyone in the community.I wanted to create a screen for "stm32f207zgt6" using "TouchGFX 4.23.1 Designer", but the board I wanted to use did not exist in the board options.How should I create a screen in this case?Also, after creating the scre...
 Hello everyone in the community.■What you are having trouble with :→I tried to add a string to a text file saved in "microSD" using "f_write" of "FATFS", but the written content was not saved.■Specific phenomenon:→As shown in the PG below, the resul...
Hello everyone in the community. ■What you want to doI want to check the waveform of the signal output using "Master Clock Output1" of "RCC"■Problems occurring:I tried to check the operation using "Master Clock Output1" of "RCC", but a timeout occurr...