cancel
Showing results for 
Search instead for 
Did you mean: 

Hello, I am using STM32CubeMX 5.6.0. I would like to use it in interactive command-line mode: java -jar STM32CubeMX –i But the result is STM32CubMX launching with message box "Load Project -i doesn't exist". What is wrong ? Thanks in advance

Ffdsd.1
Associate
 
3 REPLIES 3
Ffdsd.1
Associate

Sorry I forgot to give at least one detail : I am using Debian 9.

Today I tried it on Ubuntu 20.04 and it works 🙂

I am using CubeMX6.1.2 on Windiows 10 and the -i version does nothing. CubeMX just starts its GUI.

I used the command stated in the handbook Section 3.3.2

cd <STM32CubeMX installation path>
jre\bin\java -jar STM32CubeMX.exe -i

So maybe there is a more fundamental problem there.

BTW, for Linux the handbook says:

STM32CubeMX –i

So maybe that does work better?