Missing global variables which are not arrays when loading axf file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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.
- Labels:
-
STM32CubeMonitor
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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 ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-04-15 07:39 PM
Hi,
Is it possible that i email/send file directly without posting publicly?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-04-17 02:15 AM
Sorry i missed that, thanks.
But do note that the version numbers listed on the site doesn't match with the number on the app.
And thank you for the quick and helpful replies!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-04-17 02:24 AM
You are welcome. Thanks for highlighting the version mismatch, the one from about window is the correct one :)