Loading...
 

Zephyr project on STM32

   Zephyr Workbench, a VSCode extension to manage Zephyr on STM32.
It enables users to easily create, develop, and debug Zephyr applications.
Main features:
  • Install host dependencies.
  • Import toolchain and SDK.
  • Create, configure, build and manage apps.
  • Debug STM32.
You can directly download it from the VSCode marketplace
For more details, visit the Zephyr Workbench

System Workbench for STM32


SWO ITM printf() output using ST-LINK utility while debugging

I’m also disappointed. I like to see the debug messages while I debug my program. Is that such a strange wish?

My current workaround is: Output debug messages on a serial port and use a second cable to the PC to display them in a terminal program.

May be this can help a bit: ((https://github.com/rokath/trice |https://github.com/rokath/trice ))
If you try the RTTD variant, on a debug step over a TRICE macro you see immediately the output.