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


Mac OS sierra version 10.12.6 won't install the .run installation file

For the second point tells me that there is no file or directory of that type.

Thanks

I’m new to MCUs and Workbench, just encountered the same problem this morning.

Here’s what I did:

First make the file an executable
$ chmod +x install_sw4stm32_macos_64bits-v2.7.run

Then run it. (./ at the beginning is required)
$ ./install_sw4stm32_macos_64bits-v2.7.run*