How to show characters on a teraterm using STM32373C-EVAL board?
I'm stuck with the problem that any words are not printed in the teraterm.I'm using STM32373C-EVAL board and trying to print words using serial port(CN12 connector).I added function below to use printf function,int __io_putchar(int ch) { uint8_t c[1...