2025-07-10 6:16 PM
I use “printf()” to send message to my computer.is it right to use "printf"?
2025-07-10 9:28 PM
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