Skip to content

Latest commit

 

History

History
20 lines (7 loc) · 631 Bytes

File metadata and controls

20 lines (7 loc) · 631 Bytes

Debug interfaces for Arduino (TM32U585)

As usual for the old Arduino Uno, we can use Serial.print() to show information. As this works well in the mode, an USB cable is plugged to the USB C slot (Arduino Lab is providing a serial monitor) this doesn't work in the pure wireless mode, when there is no USB connection the PC.

Three ways of Debugging are shown here:

Using VSCode gives us the advantage of using numerous extension and the github copilot.