STM32CubeMonitor new version 1.1.0 is available
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-09-08 5:54 AM
Hello
A new version of STM32CubeMonitor has been released on www.st.com : V1.1.0
There is no major changes, but the new version integrates many fixes and improvements to address some points raised in the community forum.
The change list is described in the release note, but I would like to list few ones :
- STM32CubeMonitor looses some variable selections on Edit -> fixed
- CubeMonitor doesn't understand 'bool' types -> supported now
- Support of binary operators in post processing (useful to check bit in registers)
- The graph scale is computed only with the visible variables. This should solve user issue when a variable what too big make the scale too small to see other variables.
- It is possible to see dashboard and function node online help in separate windows
Thanks a lot for your feedback and questions : it was very useful to know what you need and what need to be improved.
To update the tool, you just need to download the new zip from www.st.com/stm32cubemonitor and launch the installer. The installer will overwrite the old version with the new one. It is advised to export your flows and copy the setting file, so you will have a backup of your data.
Enjoy ! =)
Solved! Go to Solution.
- Labels:
-
STM32CubeMonitor
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-10-14 5:43 AM
The version 1.1.0 is able to list the c++ class static variables in the elf file, but it does not handle properly the class with reference to themselves. In this specific case, the parser is stuck at 25%. So if you see the elf loading blocked at 25%, the workaround is to use the previous version, V1.0.0.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-10-14 5:43 AM
The version 1.1.0 is able to list the c++ class static variables in the elf file, but it does not handle properly the class with reference to themselves. In this specific case, the parser is stuck at 25%. So if you see the elf loading blocked at 25%, the workaround is to use the previous version, V1.0.0.
