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 works only with simulator. As i have DMAs and some other harware components,I cannot use simulator.
I tried some other external run time code coverage tool,(Bullseye and some other tools) and found out that it does not work for 8bit platforms. Does anybody knows which external runtime code coverage tool works C51 platform of Keil. I am sure many of you people must have come across few. Please do let me know if anybody have experiance in this and have done that before and details of that tool/tools.
Regards, Sandy
Perhaps this could help you, it allows for automated testing so depending on your definition of code coverage it may not help you. But you should be able to fully exercise your DMA.
www.razorcat.com/.../tessy_e.html
I never tried it with the C51 but it says it supports it.