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


can't install the latest version

Bernard,

The links to the v2.0 zip versions don’t work.

And the link to the “latest” style download still grabs the short file.

Bill

France

Hi Bill,

Effectively, the links were wrongly named (.exe.zip instead of just .zip); it’s corrected now.

Regarding the installers, they seem to be correct on the web site; could you check that you are effectively downloading it? Try to check the MD5 of the downloaded file, for example using Microsoft File Checksum Integrity Verifier that you can get on Microsoft download areaQuestion

Bernard (Ac6)

Hello Bernard,

The zipped version of the 32-bit installer is still the bad file.

From the download page, you can see it’s the old timestamp and shorter file size:

install_sw4stm32_win_32bits-v2.0.zip 15-May-2017 09:11 267M
install_sw4stm32_win_32bits-latest.zip 15-May-2017 09:11 267M

The others seem OK.

By the way, Windows includes a built-in command line pgm to do those checksums.
Example:

certutil -hashfile install_sw4stm32_win_32bits-v2.0.exe MD5
certutil -hashfile install_sw4stm32_win_32bits-v2.0.exe SHA256

-Bill


France

That’s corrected now; My bad... I forgot to delete the existing old ZIPs...
Bernard (Ac6)