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


Some (beginners) problems with OpenSTM32

Hi Harry,

this is how I solved the openocd problem: http://www.openstm32.org/tiki-view_forum_thread.php?comments_parentId=2221&topics_offset=69Question

Create a file blabla.cfg and refer to it as “local script” in the Debugger tab of the run/debug configurations dialog.
This file will not become overwritten.

I’m very interested to know whether this works out of the box for you
My Installation is totally recent and I had to replace
~/.p2/pool/plugins/fr.ac6.mcu.debug_1.7.0.201602121829/resources/openocd/scripts/target/stm32f1x.cfg (s.o)

BTW transport select “hla_swd” should be ok. The problem seems to be the reset config alone.

I’m using a Maple-mini (clone from ebay) and an ST-link v2 (clone from ebay).

Dieter