This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How printf to specific USART?

Hello,
I have STM32F103 with three active USART + one SWO port.
I need to single UART send different data, ideally using printf, but I do not know how to redirect flow from print to a specific USART you do?
I would welcome an application example with more UART communication.

The second query.
Looking for example of how to redirect printf to SWO, for STM32F103 too.