Question
How to use printf() ? stm32f4, stm32cubeide 1.1.0, ubuntu18.04, cutecom, uart1, ch341usb.
In windows7, my project (iar) can send string to serial ports with printf, but in ubuntu 18.04 (stm32cubeide), HAL_UART_Transmit can send char, but it seems that printf do nothing.
Thanks for your help.