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.

AM5728: DSS profiling function fails

Part Number: AM5728

Dear Champs,

My customer failed to get function profiling data using DSS in AM5728, and the return value of myProfileActivity is '0' in below.

Could you please check below?

debugSessionDSP.memory.loadProgram(LOCAL_PATH + "Debug/AM5728_DSS_TEST_01.out");

try {
 debugSessionARM.profileSetup.printActivityList();
 debugSessionDSP.profileSetup.printActivityList();

 
 myProfileActivity = debugSessionDSP.profileSetup.getActivity("Profile all Functions for Total Cycles");
 myProfileActivity.setStatus(true);

 
 // Set another breakpoint
 // var edmaTest = debugSession.symbol.getAddress("edmaTest")
// var bp1 = debugSession.breakpoint.add("edmaTest.c", 56);
// var bp2 = debugSession.breakpoint.add("edmaTest.c", 222);
} catch (e) {
 script.traceWrite("ERROR :");
 script.traceWrite("ERROR : " + e.toString());
 script.traceWrite("ERROR :");
}

Thanks and Best Regards,

SI.