cancel
Showing results for 
Search instead for 
Did you mean: 

Bug Report: STM32CubeMX command line utility does not read "Enable full assert"

KLin.4
Associate

I am trying to re-generate my project code as part of continuous integration. So far, so good, but i noticed one problem with it.

The current workflow in STM32CubeMX interactive mode looks like

> load config <path_to_ioc>

> generate codee <path_to_code>

In my .ioc, there is `ProjectManager.HalAssertFull=true`, but it appears that the command line version of STM32CubeMX is not using that information.

Furthermore, why do we need to manually specify `project couplefilesbyip 0`? This information is also clearly in the .ioc file as seen in `ProjectManager.CoupleFile=false`. It seems to be that STM32CubeMX command line is simply not leveraging all the information in the .ioc file.

0 REPLIES 0