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


Mass Erase Within System Workbench?

Is there a command or menu option that will cause the mass erase operation on flash memory to be performed within System Workbench while using an ST-Link V2 Emulator probe?

Or is this something only STM32 ST-LINK Uitlity can do?

France

Right click on project >> Target >> Erase chip...

You can also program the chip in the same submenu.

Bernard (Ac6)