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


Installation of Workbench on Mac 10.13.6

Hi,

Here the link to download the latest version of System Workbench for STM32 on MAC OSX : http://www.ac6-tools.com/downloads/SW4STM32/install_sw4stm32_macos_64bits-latest.runQuestion

Open a terminal then go to the download directory
Set the execution rights to the file “install_sw4stm32_macos_64bits-latest.run”

chmod 755 install_sw4stm32_macos_64bits-latest.run

Disable the OSX gatekeeper (admin password required)

sudo spctl --master-disable

Execute the installer

./install_sw4stm32_macos_64bits-latest.run

Set OSX gatekeeper back

sudo spctl --master-enable


If, it does not open the installer GUI or if any step failed, please copy us the error message.

Regards,
Kevin