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.

Crash Dump Analysis for TMS320C6608

Hi,

We are working with TMS320C6608 and using CCSv5.0.1.201105110900.

We are planning to follow DSS method of crash dump analysis, mentioned in http://processors.wiki.ti.com/index.php/Crash_Dump_Analysis.

Accoding to wiki, this method is applicable for C64+ DSPs. But we are unsure whether, the DSS method of analysis is applicable for TMS320C6608.

Also, as per our understanding a DSS script is needed for  analyzing crash dumps(e.g."AnalyzeCrashDump.js").
Please let us know, if this method is applicable for TMS320C6608, and is there any alternative/better way for the analysis.

Also, kindly inform us, if there is a better version of the DSS script available other than what is mentioned in the link above .

Regards,

Jayanth

  • Hi Jayanth,

    As far as I know there is no better version of the DSS script.
    Also you should be able to make the Crash Dump Analysis work on a C66x devices.

    Best Regards,
    Yordan
  • Hi Jayanth,
    You can use this "AnalyzeCrashDump.js" JavaScript for crash dump analysis.
    You have to create a new target configuration (CrashDumpAnalysis_C66x.ccxml) with "Data Snapshot viewer" file for C66xx target then modify the AnalyzeCrashDump script.

    debugServer.setConfig( "CrashDumpAnalysis (64+).ccxml" )
    To
    debugServer.setConfig( "CrashDumpAnalysis_C66x.ccxml" )

  • Hi Jayanth,

    Welcome to the TI E2E forum. I hope you will find many good answers here and in the TI.com documents and in the TI Wiki Pages (for processor issues). Be sure to search those for helpful information and to browse for the questions others may have asked on similar topics (e2e.ti.com). Please read all the links below my signature.

    The DSS queries will be addressed by CCS team. Please post it in CCS forum for faster and more appropriate response. Thank you.

    Note: We strongly recommend you to create new e2e thread for your queries instead of following up on an old/closed e2e thread, new threads gets more attention than old threads and can provide link of old threads or information on the new post for clarity and faster response.

    Please post your compiler related queries to Compiler forum  TI-RTOS (SYS/BIOS) related queries to TI-RTOS Forum and Code Composer Studio related queries to CCS Forum