Bug Report: STM32CubeMX command line utility does not read "Enable full assert"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2019-08-04 10:59 AM
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.
- Labels:
-
STM32CubeMX
