Skip to main content
SThor
Associate II
March 3, 2020
Question

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

  • March 3, 2020
  • 9 replies
  • 2638 views

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

This topic has been closed for replies.

9 replies

Markus GIRDLAND
ST Employee
March 3, 2020

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
SThorAuthor
Associate II
March 3, 2020

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
Graduate II
March 3, 2020

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

SThor
SThorAuthor
Associate II
March 3, 2020

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
SThorAuthor
Associate II
March 4, 2020
Markus GIRDLAND
ST Employee
March 4, 2020

It's in the STM32CubeIDE release notes, RN0114.

SThor
SThorAuthor
Associate II
March 5, 2020

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?

Markus GIRDLAND
ST Employee
March 5, 2020

I doubt it.

It's rooted in this ticket:

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

SThor
SThorAuthor
Associate II
March 5, 2020

******,

Thanks a lot for your information