Hello
The new version 1.3.0 of STM32CubeMonitor is available on st.com.
You can download it on https://www.st.com/en/development-tools/stm32cubemonitor.html
Click on "Get latest" to download the version 1.3.0.
What are the changes in this version ?
- We have updated node-RED : STM32CubeMonitor is now based on the version node-RED 1.3.7 , with dashboard 2.29.0. Other dependencies have also been updated to have an consistent package.
- Many users have raised question about CSV export. We have proposed some solutions using node-RED nodes. (wiki export csv) This is very flexible, but need to add many nodes in the flow. So we have added an option to save the data directly in csv format in the processing node :
It is now very easy to export data in csv format.
- Some users would like to be notified in the dashboard when the symbol file has changed. (symbol file = .elf .axf .out....) There is now a new output on the variable node which can be used to connect a notification box. When the file has changed, the tool will parse the symbol in background. If the symbol monitored have changed, a warning message will be sent on the new output and can be displayed in dashboard.
- Performance improvement : The priority of windows process has been tuned to improve the acquisition regularity.
Do not hesitate to ask questions or discuss some changes in the forum : it is a very helpful for the team to know what you need or what could be improved.
We hope the you will enjoy the changes in the new version.
The STM32CubeMonitor team.