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


France

Hi Harry,

To use STLink-V2 without a reset connection you must edit the debug script. For that you should select “Use local script” to reference your script, instead of keeping it auto-generated, thus it will not be modified (go to the “Debugger” tab of the debug configuration to change the radio button from “Manual spec” to “Use local script”).

You should probably also rename the .custom.cfg script name to some name that does not start by a dot, so that it will be more visible. If you do not see this file name (nor .project or .cproject) in your project you should right click on the small triangle at the top right of the project explorer window, select “Customize view...” and uncheck the “.*resources” line, like in the screenshot below).

Hope this helps,

Bernard (Ac6)