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


Crashes of Workbench on Mac 10.14 (Mojave)

Not sure if this will help you ... I use latest version of Workbench with Eclipse Photon on Mac 10.14.1 and have no instability. I have two (large) projects, using different boards from STM32CubeMX generated projects.
Did you install System Workbench for STM32 with installer or from Eclipse?

Hi,

To install System Workbench for STM32 with the latest Eclipse version you have to install it from Eclipse. (For now ,the System Workbench for STM32 installer provides an Eclipse NEON version only)

You have to install :
- Eclipse Photon C/C++ Development for MACOS 64bits : https://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/2018-12/R/eclipse-cpp-2018-12-R-macosx-cocoa-x86_64.dmgQuestion

- ST-Link Server for multiple target debug (optional) : https://www.st.com/en/development-tools/st-link-server.htmlQuestion

Then follow the steps on http://www.openstm32.org/Installing%2BSystem%2BWorkbench%2Bfor%2BSTM32%2Bfrom%2BEclipseQuestion

Regards,
Kevin.