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

How to retain my code coverage during system restart & continue further from there

I generally test projects with size more than 15K LOC and I need to find my code coverage in Keil. It is not possible to execute and debug such a large embedded c code in a single day. So to retain my previous coverage (& progress) I need to keep my office CPU ON for several days. This is unnecessary wastage of resource. Is there any way to retain this coverage and continue from there when I turn on my system next time like some modern tools have ??

0