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?

Parents
  • Thanks for the reply, Al.

    Trying to follow the user manual... I assume i'm supposed to follow the instructions for setting up the 'Debug viewer Window' using the ITM Stimulus Port...

    Problem is, when i follow the instructions I run into the error:

    "source\main.c(44): error:  #734: function "fputc(int, std::FILE *)" conflicts with using-declaration of function "std::fputc(int, std::FILE *) C"
    

    Any idea why this is?

Reply
  • Thanks for the reply, Al.

    Trying to follow the user manual... I assume i'm supposed to follow the instructions for setting up the 'Debug viewer Window' using the ITM Stimulus Port...

    Problem is, when i follow the instructions I run into the error:

    "source\main.c(44): error:  #734: function "fputc(int, std::FILE *)" conflicts with using-declaration of function "std::fputc(int, std::FILE *) C"
    

    Any idea why this is?

Children