2020-03-03 06:03 AM
Hi
I cloned a STM32Cube project that was developed on a windows 10 machine to my 18.04 ubuntu machine and opened the project.
When I click on the .ioc file (and expect to get an overview of the CPU) I get a blank sheet and the laptops fan increase it's speed (so it does something).
Do STM32Cube need a special version of Java for example?
If STM32Cube need the latest Java, how do I tell it to use a specific version ?
Do I need a special version of eclipse or Qt ?
Regards
2020-03-03 07:29 AM
It requires 64-bit Java so you need to make sure that is being used.
Do you get the same issue if you create a new project on the ubuntu?
2020-03-03 08:07 AM
Yes, it starts a white window, without content.
up in the left corner
"Target Selection"
"Select STM32 target"
up in the right corner
the IDE icon
$ java -version
openjdk version "1.8.0_242"
OpenJDK Runtime Environment (build 1.8.0_242-8u242-b08-0ubuntu3~18.04-b08)
OpenJDK 64-Bit Server VM (build 25.242-b08, mixed mode)
I am using wayland as driver.
Do you know what STM32Cube need to show the target selector correct?
PS
a couple days ago it tried to download some .js files when I tried to open the target selector but failed. When I open it now, it does not report it have problems to download anything.
I have reinstalled it but it does not work
DS
2020-03-03 08:12 AM
Is your windows manager Wayland ?. Such is not supported. See release notes.
2020-03-03 08:29 AM
aha, ok, hmmm, have to use STMCube32 on the windows partion then (my ubuntu is hanging at startup without wayland)
thx for your help
2020-03-03 11:01 PM
btw
I checked
It does not explicit says anything about wayland, what was it you had in mind?
2020-03-04 07:14 AM
It's in the STM32CubeIDE release notes, RN0114.
2020-03-05 12:08 AM
There it is 77518
Have you heard or read anything that it will be supported in near future ?
Do you know why it does not work on wayland?
2020-03-05 12:33 AM
2020-03-05 08:08 AM
******,
Thanks a lot for your information