Skip to main content
Associate II
July 11, 2025
Question

How to use launch terminal?

  • July 11, 2025
  • 1 reply
  • 172 views

threestone_wang_0-1752196419697.png

I use “printf()” to send message to my computer.is it right to use "printf"?

1 reply

KnarfB
Super User
July 11, 2025

what board are you using?
see How to write your question to maximize your chance... - STMicroelectronics Community 

printf on a STM32 will not automagically be directed to your computer.

The following app note has more info on printf debugging:

STM32 microcontroller debug toolbox - Application note

hth

KnarfB