We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I'm using uVision4 on an STM32 platform.
Is it possible to get a dump of memory to file during debug? I can view the memory, yes, but i can't even select the contents of that window to copy-paste.
what i need to accomplish is to compare certain memory locations (large ranges, not feasible to do manually) between function calls. i can not do it programmatically since it might adulterate the memory i'm analyzing.
any ideas?