cancel
Showing results for 
Search instead for 
Did you mean: 

The overview of the CPU in .ioc view does not show up

SThor
Associate II

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

9 REPLIES 9
Markus GIRDLAND
ST Employee

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?

SThor
Associate II

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

Cartu38 OpenDev
Lead II

Is your windows manager Wayland ?. Such is not supported. See release notes.​

SThor
Associate II

aha, ok, hmmm, have to use STMCube32 on the windows partion then (my ubuntu is hanging at startup without wayland)

thx for your help

SThor
Associate II

It's in the STM32CubeIDE release notes, RN0114.

SThor
Associate II

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?

I doubt it.

It's rooted in this ticket:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=514487

SThor
Associate II

******,

Thanks a lot for your information