printf() not working
I have used this method many times on this board (Nucleo-H743ZI) to transmit printf() to usart3 using the following: int __io_putchar(int ch) { /* e.g. write a character to the USART3 and Loop until the end of transmission */ HAL_UART_Tra...