2020-04-14 11:40 PM
I am using keil compiler and loading the .axf file.
Other than global variable which are arrays no other global variables are visible in the variable list for selection.
What i am missing here?
Solved! Go to Solution.
2020-04-17 06:20 AM
@VOlet.1 Please be informed that the version numbers are now aligned between ST site and "about" window from the tool itself.
Thanks again for having raised the mismatch.
2020-04-15 12:12 AM
Hello VOlet.1 Do you mean that you don't have any variable listed when you load the file. Or do you have some variables, but others are missing ?
2020-04-15 12:37 AM
Hi,
Only few variables are displayed (Most variables are missing).
Interestingly, I see only arrays in the list.
No other variables (apart from arrays) are listed in the window.
2020-04-15 10:08 AM
Dear VOlet.1,
Could you share your axf file such as we can look at what is going wrong ?
Thanks
2020-04-15 07:39 PM
Hi,
Is it possible that i email/send file directly without posting publicly?
2020-04-16 08:51 AM
Dear VOlet.1,
Thanks for having shared the axf file by private message.
From what I saw in your axf file, all the non decoded variables are coming from classes in .cpp files.
Unfortunately, and as mentioned in this thread , the C++ is currently not supported (or very partially like for arrays in your case) by STM32CubeMonitor parser.
2020-04-16 06:53 PM
Hi Thierry,
Thanks for checking on this and duly noted.
I hope this is addressed in upcoming releases.
Speaking of version numbers i couldn't find any option through which i could check which version of cube monitor i am running.
Any way of finding this out from GUI?
2020-04-17 12:58 AM
Dear VOlet.1,
For version numbers, you should be able to check it by opening "About STM32CubeMonitor" popup window from hamburger menu.
2020-04-17 02:15 AM
2020-04-17 02:24 AM
You are welcome. Thanks for highlighting the version mismatch, the one from about window is the correct one :)