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


Getting Error while trying to upload on windows 8

Is there already a solution to this problem?

I have just installed a fresh system with Win7, eclipse kepler and system workbench according to manual. Building of the project works somehow. There are erros regadring the path to arm-none-eabi-g++ and gcc. But when I try to start the debugging process this failure occures. Maybe they are connected? By the way tyring to “run” the project will lead abbort with “OpenOCD init” failed.

Hi,

Have you installed the ST-Link/V2-1 driver ? http://www.st.com/web/en/catalog/tools/PF260219#Question
Verify the ST-Link/V2-1 is not busy.

If it is still not working, can you copy the OpenOCD console output for more error details (Window > Open Perspective > Debug, then select the OpenOCD console).

Regards,
Kevin.

I have the same problem.

Console:

GNU gdb (GNU Tools for ARM Embedded Processors) 7.10.1.20151217-cvs
Copyright (C) 2015 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type “show copying”
and “show warranty” for details.
This GDB was configured as “host=i686-w64-mingw32 target=arm-none-eabi”.
Type “show configuration” for configuration details.
For bug reporting instructions, please see:
.
Find the GDB manual and other documentation resources online at:
.
For help, type “help”.
Type “apropos word” to search for commands related to “word”.


is installed ST-Link/V2-1

regards

Martin