Question
does not start in interactive command-line mode or script mode
When I try (as stated in the CubeMX handbook Section 3.3.2)
cd "C:\Program Files\STMicroelectronics\STM32Cube\STM32CubeMX\"
java.exe -jar STM32CubeMX.exe -ior
java -jar "C:\Program Files\STMicroelectronics\STM32Cube\STM32CubeMX\STM32CubeMX.exe" -q cubeMxGeneratewith cubeMXGenerate just containing
config load myconfig.iocthe GUI comes up all the time.
I would expect that the command-line mode would work without a GUI and thus can be run on a CI server for example. Is that a known issue to be fixed?
