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


Installer can't find Java

I have installed 64-bit v9 JRE and JDK but when installing STM32 SW V1.14.0 64-bit for Windows but it is reporting that JRE is not present or is the 32-bit version. This is on Windows 10. Any thoughts?

Hi sjenyart,

FYI the installer embed its own JRE since v2.0, why don’t you use a recent version?


2.2.0 does install just fine but we are locked into 1.14.0 by our customer. I have confirmed that Java is available at the command line.
France

Hi,

IIRC for version 1.14 you should use Java7; there are known incompatibilities between Java7 and Java8, so you should install the proper version of Java. I have still no experience of Java9 (Officially released a few days ago), but for SW4STM32 I’m quite sure it will not work, nor Java8.
Hope this hepls,

Bernard (Ac6)

Close. Java 9 was released last week and it is the version that was giving us problems. Today we went back to Java 8 which corrected the installation issue with 1.14.

Thanks-