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


You are viewing a reply to CubeMX Plugin on Eclipse  

CubeMX Plugin on Eclipse

Hi

I confirm this.
On my system, ubuntu 64 bits, when I try to execute the perspective CubeMX Eclipse to crash
I get this error message:


JVM terminated. Exit code=1
/usr/bin/java
-Dosgi.requiredJavaVersion=1.6
-XX:MaxPermSize=256m
-Xms40m
-Xmx512m
-jar /home/drake/Scrivania/STM32/eclipse//plugins/org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar
-os linux
-ws gtk
-arch x86_64
-showsplash /home/drake/Scrivania/STM32/eclipse//plugins/org.eclipse.platform_4.3.2.v20140221-1700/splash.bmp
-launcher /home/drake/Scrivania/STM32/eclipse/eclipse
-name Eclipse
-launcher.library /home/drake/Scrivania/STM32/eclipse//plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20140116-2212/eclipse_1508.so
-startup /home/drake/Scrivania/STM32/eclipse//plugins/org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar
-launcher.appendVmargs-
-exitdata c3000e
-product org.eclipse.epp.package.cpp.product
-vm /usr/bin/java
-vmargs
-Dosgi.requiredJavaVersion=1.6
-XX:MaxPermSize=256m
-Xms40m
-Xmx512m
-jar /home/drake/Scrivania/STM32/eclipse//plugins/org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar

Hi,

I get something similar STM32CubeMx Eclipse plugin just doesn’t work without crashing Eclipse.

Running as “root” fixes this however, so I thing there is some access problem I don’t know Linux well enough to see what it is.

Did you get anywhere with this?


Same for me under ubuntu 14.04. Cubemx start as eclipse plugin only as root. Anyway, it’s not much use since code generation still crashes eclipse.

Attached is the logfile generated when I tried creating a project.

Although, I dont know if the eclipse plugin is very important. Since after trying the plugin, I then tried the standalone CubeMx. The version is 4.16.1, and it works just fine in Ubuntu 14.04. The download from ST has a linux installer inside, just double click and it installed without any hacking involved. I tried creating a simple Hal project and everything seems to work, no crashes here, and project files are generated.

Now I just need to find out how to easily import them to System Workbench.