Skip to main content
Uwe Bonnes
Chief
January 2, 2019
Question

STM32CubeProgrammer 1.4.0 and STLINKV3 on linux

  • January 2, 2019
  • 5 replies
  • 951 views

Hello,

STM32CubeProgrammer 1.4.0 still does not see a STLINKV3 on linux.

It this problem known?

There is also a Java exception when the program is started:

jar:file:/devel/STMicroelectronics/STM32Cube/STM32CubeProgrammer/bin/STM32CubeProgrammerLauncher!/fxml/Config.fxml

Exception in thread "JavaFX Application Thread" java.lang.NullPointerException

       at com.st.controllers.MainWindowController$1.run(MainWindowController.java:170)

       at com.sun.javafx.application.PlatformImpl.lambda$null$172(PlatformImpl.java:295)

       at java.security.AccessController.doPrivileged(Native Method)

       at com.sun.javafx.application.PlatformImpl.lambda$runLater$173(PlatformImpl.java:294)

       at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95)

       at com.sun.glass.ui.gtk.GtkApplication._runLoop(Native Method)

       at com.sun.glass.ui.gtk.GtkApplication.lambda$null$48(GtkApplication.java:139)

       at java.lang.Thread.run(Unknown Source)

Exception in thread "JavaFX Application Thread" java.lang.NullPointerException

       at com.st.controllers.MainWindowController$1.run(MainWindowController.java:170)

       at com.sun.javafx.application.PlatformImpl.lambda$null$172(PlatformImpl.java:295)

       at java.security.AccessController.doPrivileged(Native Method)

       at com.sun.javafx.application.PlatformImpl.lambda$runLater$173(PlatformImpl.java:294)

       at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95)

       at com.sun.glass.ui.gtk.GtkApplication._runLoop(Native Method)

       at com.sun.glass.ui.gtk.GtkApplication.lambda$null$48(GtkApplication.java:139)

This topic has been closed for replies.

5 replies

Technical Moderator
January 3, 2019

Hello @Uwe Bonnes​ ,

We will check this with the appropriate team and come back to you.

Kind Regards,

Imen.

In order to give better visibility on the answered topics, please click on 'Best answer' on the reply which solved your issue or answered your question. Thanks
Houda GHABRI
ST Employee
January 28, 2019

Hi @Uwe Bonnes​ ,

Thanks for your feedback .

We are aware for this issue and it will be fixed in STM32CubeProgrammer 2.0.0 scheduled

for Week 8.

regards,

Houda

Uwe Bonnes
Chief
January 29, 2019

As recommended and explained in another post, I uninstalled 32-bit jre, installed 64-bit jre and reinstalled the prorammer. No the StlinkV3 is seen.

nicolai86
Associate II
April 27, 2019

Seems like the StlinkV3 only works on windows right now. It's not being recognized on macOS 10.14 or 10.12 either ...

@Imen DAHMEN​ is this a known issue which is going to get fixed eventually?

Uwe Bonnes
Chief
April 27, 2019

You can try running the V3 with https://github.com/UweBonnes/bl*ckm*gic/tree/stlinkv2. (*->a) It still has some rough edges. I use it for daily work. Comments and enhancements welcome!