Skip to main content
KLin.4
Visitor II
August 4, 2019
Question

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

  • August 4, 2019
  • 0 replies
  • 438 views

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.

This topic has been closed for replies.