STM32CubeIDE (вопросы и ответы)

я надеюсь это ты тоже сделал?

int __io_putchar(int ch)
{
  ITM_SendChar(ch);
  return ch;
}