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

Question about the µVision Simulation-Results / log

Hello,

i have a Question about the µVision Simulation-Results.
We use µVision for Simulation of an 8051 Microcontroller.
Is there any possibility to write the Simulation-Results in a txt-File (or another type of file)?

I am using the Version µVision/51 Ver 1.32 and the new µVision 2 (2.31, eval).


With friendly greetings from Germany,

MS

Parents
  • As I've mentioned frequently before, uVision's support for printing or saving any of the useful information displayed on the screen is particularly poor. :-(

    You have to cast your mind back to the bad old days of MS-DOS, command lines, etc:

    1. Turn on logging of the debugger output to a file (use the LOG command);

    2. Use the PA command to display Performance Analyser results;

    3. Close the logfile;

    4. Open the logfile in your favourite text editor.

    Simple, eh?! :-(

Reply
  • As I've mentioned frequently before, uVision's support for printing or saving any of the useful information displayed on the screen is particularly poor. :-(

    You have to cast your mind back to the bad old days of MS-DOS, command lines, etc:

    1. Turn on logging of the debugger output to a file (use the LOG command);

    2. Use the PA command to display Performance Analyser results;

    3. Close the logfile;

    4. Open the logfile in your favourite text editor.

    Simple, eh?! :-(

Children
No data