cancel
Showing results for 
Search instead for 
Did you mean: 

CubeIDE and CubeMX Verbose mode to better understand the command line commands being called?

PLane.1
Associate II

Is there a verbose mode for CubeIDE and CubeMX to log command line commands being called?

I currently have a CubeMX script to load .ioc file and generate the project output there are several key differences between when the IDE generates and when the script generates.

config load C:\repo\Completed_and_working_from_project.ioc
project name testProjectName
project toolchain "STM32CubeIDE"
project path C:\generated
project generate

To execute the script I call:

java -jar STM32CubeMX.jar -q myscript.bat

The most obvious difference is that with the IDE the .ioc has a toolchain of "STM32CubeIDE" but when I use the above script the toolchain is changed to EWARM V8.32 and the output is not the same.

I would expect to be able to load the .ioc file (and any other config files needed) and generate the projects generated files such as the IDE does when the .ioc file is generated.

I am referencing Document UM1718 version 31 released December 19 for CubeMX commands

0 REPLIES 0