cancel
Showing results for 
Search instead for 
Did you mean: 

STM32CubeProgrammer 1.4.0 and STLINKV3 on linux

Uwe Bonnes
Principal II

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)

5 REPLIES 5
Imen.D
ST Employee

Hello @Uwe Bonnes​ ,

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

Kind Regards,

Imen.

When your question is answered, please close this topic by clicking "Accept as Solution".
Thanks
Imen
Houda GHABRI
ST Employee

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
Principal II

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

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
Principal II

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!