Redirect printf() to COM port
A simple question.I have loaded & run the NUCLEO-F401RE \Projects\STM32F401RE-Nucleo\Examples\UART\UART_Printf example.The project sends printf() to COM.I have cut and paste the __io_putchar(int ch) code into my own project.__io_putchar() does not g...