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


Eclipse crashes during run/debug

Nucleo f401 is supported and it should work out of the box with latest ac6 (cubemx 4.1+) that’s sure.
make sure to have stlink-v2 recent driver installed (what should be the case if ou have installed stm32-uitlity)
if you installed the toolset from st pakage re-installing or updating from eclipse using the site may help
http://www.ac6-tools.com/Eclipse-updates/org.openstm32.system-workbench.siteQuestion

With first earlier verison of CubeMX “board” was not set by defautl in ac6 c/c++ setting pane this making a null execption
f trying to create a debug config or launching debug, simply select a nucleo-f401re board should sollve the sisue
the same is lilkley to occur if you do not set the board in your c/c++ target ac6 setting.


Is the stm32f7 device and board cfg already supported by openocd shiped or insatlled with your ac6 plugin ?
Double check in the debug configuration and our the opencocd console (if possible) what’s the cfg file use in openocd
that file should exist on the opencd board/ or scripts subdir.