Cannot create a project with STM32CubeMX2
Hi,
I found the new c562 chip and for that I needed to install the latest IDE, v2.1.1
I am running Debian linux (testing) kernel 7.0.10 on an AMD cpu with nvidia, driver 595.80
When I installed IDE 1.19 it installed mx1 automagically if I am correct, now with 2.1.1 mx1 or mx2 is no longer automagically installed anymore. Trying to install mx1 from the command line throws an error that I do not have JRE 17 installed even though versions 17/21/25 are installed.
rth@castle:~$ uname -a
Linux castle 7.0.10+deb14-amd64 #1 SMP PREEMPT_DYNAMIC Debian 7.0.10-1 (2026-05-27) x86_64 GNU/Linux
rth@castle:~$ java --version
openjdk 25.0.3 2026-04-21
OpenJDK Runtime Environment (build 25.0.3+9-2-Debian)
OpenJDK 64-Bit Server VM (build 25.0.3+9-2-Debian, mixed mode, sharing)
rth@castle:~$ dpkg -l | grep jre
ii default-jre 2:1.25-77 amd64 Standard Java or Java compatible Runtime
ii default-jre-headless 2:1.25-77 amd64 Standard Java or Java compatible Runtime (headless)
ii openjdk-17-jre:amd64 17.0.14+7-1 amd64 OpenJDK Java runtime, using Hotspot JIT
ii openjdk-17-jre-headless:amd64 17.0.14+7-1 amd64 OpenJDK Java runtime, using Hotspot JIT (headless)
ii openjdk-21-jre:amd64 21.0.11+10-1 amd64 OpenJDK Java runtime, using Hotspot JIT
ii openjdk-21-jre-headless:amd64 21.0.11+10-1 amd64 OpenJDK Java runtime, using Hotspot JIT (headless)
ii openjdk-25-jre:amd64 25.0.3+9-2 amd64 OpenJDK Java runtime, using Hotspot JIT
ii openjdk-25-jre-headless:amd64 25.0.3+9-2 amd64 OpenJDK Java runtime, using Hotspot JIT (headless)
I got mx2 installed and it starts up. But when “create application project for mcu” is chosen it will show the rotating circle thing for ever. I have tried it on my laptop, work desktop and home desktop computers.
A project can be created in IDE 2.1.1 but no ioc project file. Was that file automagically created in IDE 1.19 because mx1 was already installed ?
Tried to install mx2 inside IDE 2.1.1 through Help->Install new software but I could not find anything resembling stm32cubemx2
Is there a way to get mx2 working ?
Roelof
