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


You are viewing a reply to Semihosting with STM32  

Semihosting with STM32

Hello System Workbench Developers.

You are doing some greta work, keep it up.

In my quest to learn more about Cortex-M chips, I am using System Workbench.

Something I have been reading about recently involves a technique called semihosting, where by the target system sends I/O to the host system debug console (OpenOCD). This is an excelletn feature, as the use of printf’s can at times be very helppful in debugging a program.

When you folks get a chance, would you kindly provide specific directions on how to achive the use of semihosting in conjunction with System Workbench.

Many thanks indeed.