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
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.