This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMS320C6713B: The number of csv executions generated by the code coverage of C6713 is abnormal

Part Number: TMS320C6713B

We had this problem

We use use_profile_info and generate the pprofout.pat and we successfuly generate the prf file . But after we parsed it into a csv file, we found that frequency count is incorrect.

For example, some code executed once,but frequency count is 2863329256. Some code is executed, but frequency count is 0 .Where did this go wrong? Could it be that our pdat file
is wrong when writing back from C6713 ? How can i solve this problem? Thanks alot.