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 J-Link support  

J-Link support

France

Hi,

The right value to use in this case would be “${openstm32_compiler_path}\arm-none-eabi-gdb.exe” (the .exe is in fact optional); going this way allows you to not depend on th einstallation directory and use the last version of the debugger when you update System Workbench (by “Help >> Check for Updates...”)

Bernard