• 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...
  • 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...
  • 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 reports automatization
    Hello! I'm using Jenkins to implement continuous integration of uVision auto-tests. Now i'm stuck on my quest to implement code coverage reports. Is there any mean to internally generate uVision code...