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

Code coverage command

Hi

I am using µVision4 with an ARM Cortex-M processor. I require detailed code coverage output (including each coverage information for each assembly instruction in the whole application or in a module/function. It seems that I cannot use "coverage asm" command and when I use "coverage \module [DETAILS]", it jut outputs the information about branch instructions. How can I obtain the assembly coverage information (in a file instead of checking the disassembly code)?

Thanks,
Ali

Parents
  • Thanks a lot Per Westermark for your comment.
    But my main issue is how to save this information (Because I want to process which instruction has been executed or not). So, by seeing the coverage information of branch instructions, I can do it in the uVision IDE. But I have to export this information in a file to be processed offline. So, still I have to save the disassembly of the project (or the trace of instructions) which I don't know how to do.

Reply
  • Thanks a lot Per Westermark for your comment.
    But my main issue is how to save this information (Because I want to process which instruction has been executed or not). So, by seeing the coverage information of branch instructions, I can do it in the uVision IDE. But I have to export this information in a file to be processed offline. So, still I have to save the disassembly of the project (or the trace of instructions) which I don't know how to do.

Children
No data