5 years, 9 months ago.

"Nucleo_display_time" how to check the output of this code

I'm new to ST32 and I have NUCLEOF303RE Where should I see the time display ? Pls help !

1 Answer

5 years, 9 months ago.

Hi there,

I am assuming you are using this code: https://os.mbed.com/teams/ST/code/Nucleo_display_time/file/361a24c01ed7/main.cpp/

The time display is printed to the serial terminal via printf. You can view your board's serial output by following the instructions here: https://os.mbed.com/docs/latest/tutorials/debugging-using-printf-statements.html

Please let me know if you have any questions!

- Jenny, team Mbed

If this solved your question, please make sure to click the "Thanks" link below!