• GCOV with Keil RTX
    Hi I enabled profiling (gcov) in for my embedded code using GCC flags -fprofile-arcs -ftest-coverage . In order to route the coverage data I have implemented wrappers of newlib _open, _read...
  • 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...
  • Code Coverage Analysis
    Hi, I am using LPC2368 microcontroller with Keil UV4 IDE and Ulink2 Jtag for development. I need to perform code coverage analysis for my program. I had seen Code Coverage option in the but when...
  • ARM: Code Coverage Tool
    Hello, Is there a code coverage tool from ARM/Keil/a third party which is compatible with RVDS (armcc compiler)? I learn that RV-MDK (Microcontroller Development Kit) supports code coverage...
  • 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...