2019-01-02 04:19 AM
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)
2019-01-03 08:13 AM
Hello @Uwe Bonnes ,
We will check this with the appropriate team and come back to you.
Kind Regards,
Imen.
2019-01-28 01:07 AM
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
2019-01-29 09:37 AM
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.
2019-04-26 07:24 PM
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?
2019-04-27 02:39 AM
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!