• Coverage?
    I established a project using uVision. All the file of my project is asm form. When I input the coverage command, always display the first file coverage information. How to get the other file coverage...
  • Obtain code coverage info
    I am running my application on FPGA and I want to have code coverage report. I am able to know for each opcode in FPGA memory if it has been read or not and from this know the global code coverage and...
  • UVISION2 : code coverage
    Hi, I like code coverage tool, but how to extracs all information give by this tool to use in test documentation ? Is it possible to extrac all information in formar txt or other ?? thanks in advance...
  • Code Coverage in C - embedded
    Hello! I'm developing a 80C32 firmware and i need to get a code coverage in C lang statements. Keil uVision offers an assembler instruction code coverage, while i have to get a 100% code coverage for...
  • code coverage in c51
    Hi, I am working in a project where i have c51 core and some of our own DMAs attached to it, I was trying to generate code coverage for it. I saw a code coverage tool present in Keil IDE itself and it...