Skip to main content
Visitor II
July 11, 2025
Question

How to use launch terminal?

  • July 11, 2025
  • 1 reply
  • 171 views

threestone_wang_0-1752196419697.png

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

    This topic has been closed for replies.

    1 reply

    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