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 to make printf print on Putty via UART

Hi, I use STM32F4 discovery board with Keil MDK-ARM 5 on a 64-bit Windows 10 machine.

I used UART functions like USART_SendData, which was provided from ST, to print messages on Putty.

Can I achieve the same UART message using the printf function?

I hope there is some kind of retarget feature.

Also, do I need Keil's MIcroLib to achieve this?

-Best Regards