Hi,
The cgtools 7 supports new compiler options --gen_profile_info --use_profile_info and --onlycodecov. With these options, the code run on DSP can generate code coverage data and write these data to a file in PC through emulator..
One of my customer think this is a good feature, but they want to have this feature without CCS and emulator. The key idea is to save the code coverage data into a buffer in the DSP memory, and dump this buffer through other interface, such as ethernet. Is this feasible?
I think the key problem is how to save the code coverage data into a DSP buffer, could you help?
Thank you very much!