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
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?! :-(