2023-02-07 08:22 AM
I have redirected printf to output through USART3. USART3 is being properly initialized. I have checked that it is sending data through USART3 up to function HAL_UART_Transmit(&huart3, &*c, 1, 10); and everything looks right but no data goes out the virtual COM port. Both the virtual COM port and the serial port monitor program (Termite 3.4) have the same configuration (115200, 8 data bits, 1 stop, no parity, no flow control). Is there something else I need to do? I have attached main() where the redirection code is located.
2023-02-07 09:03 AM