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


Connect to custom board STM32L053 - STLINK-V2 - SWD

I found also that you could also use the GUI to modify the .cfg file that is generated. I am posting the steps below in case they help anyone else:

  1. Right Click on the Project, Click Properties
  2. Click on “Run/Debug Settings”
  3. Select the pesky Launch Configuration that keeps generating with the srst_only in it & click “Edit”
  4. Click the “Debugger” Tab
  5. Go into the Configuration Script section and click “Show generator options...”
  6. Change the Reset Mode to “Software system reset” (or whatever change you’d like to make- this change fixed my errors)
  7. Click Apply