This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

uVision4 - Memory Dump?

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?