How to get console output on mbed studio(from nucleo 64 boards)?

  • for debug you can use printf() without an object or function from debug.h
  • you can enable printf also for BufferedSerial

You can read this topic - No member named ‘printf’ in ‘mbed:BufferSerial’ - Online compiler / Help - Arm Mbed OS support forum

BR, Jan