printf() in Atollic Truestudio for STM32F769I-DISCO board
Posted on December 15, 2016 at 08:40Hello everyone, Can anyone point me how to use printf() for this specific environment?I did the following so far:1. Initialized UART3 since it's connected to the USB2. I am using HAL_UART_Transmit(&huart3, &data, ...