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

uVision execution history

I'm trying to perform Dynamic Code Coverage analysis in LDRA Testbed and I've set it up to run the code using uVision. However, Testbed requires an 'Execution History' to be output by uVision before it can complete the analysis - does uVision create this? If so, where does it store it and what form does it take?

Parents
  • The "Execution History" is LDRA specific and has nothing to do with Keil/C166.

    According to a colleague, who evaluated LDRA, LDRA modifies your source code to generate analysis info. This is normally output to serial (ASC0). You can log this to a file (using a terminal program) and feed the analysis results back to LDRA. We haven't run/evaluated it in uVision, only on a target device.

    Good luck!
    Joost

Reply
  • The "Execution History" is LDRA specific and has nothing to do with Keil/C166.

    According to a colleague, who evaluated LDRA, LDRA modifies your source code to generate analysis info. This is normally output to serial (ASC0). You can log this to a file (using a terminal program) and feed the analysis results back to LDRA. We haven't run/evaluated it in uVision, only on a target device.

    Good luck!
    Joost

Children