stm32f769 discovery printf and ITM_SendChar
I have made an project from touchgfx and opened it from subeide.The project is loading normally and i have overwritten the write function:/* USER CODE BEGIN 0 */ int _write(int file, char *ptr, int len) { int DataIdx; for (DataIdx = 0; DataI...