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.

CCS: Create my own debug utility by using CCS Debug Access Port

Other Parts Discussed in Thread: TMS320F28379D

Tool/software: Code Composer Studio

Dear Sir,

I am developing application with CCS on TI C2000 TMS320F28379D CPU. Now, I create a RS232 communcation channel between PC and C2000.

It is too slow for me to send 16K data from C2000. 

How can I create my own debug utility for accessing Debug Access Port directly?

Best Regards,

Eddie

  • Hi Eddie,

    The DAP is specific for ARM based devices. It is not supported on C2000 devices as far as I know

    ki

  • Is there any kind of debug port for C2000 that we can access by our own utility?

  • I will move this thread to the C2000 forums. The experts there can provide further insight

    Thanks

    ki

  • Eddie,

    Please refer to the following to see if it helps you

    https://processors.wiki.ti.com/index.php/Debug_Handbook_for_CCS#C2000

    Thanks,

    Sira

  • Hello Eddie,

    Our recommended debugger is the Code Composer Studio debugger. For faster read/write access to the device, I would recommend potentially looking into routing communications through another SCI module (or even another communication peripheral entirely on the device, like SPI, FSI, etc.) and using an external PC to communicate back/forth. This would require some (relatively) extensive development to set up the command and response protocol, structure, etc. for your particular application, but could theoretically allow very high throughput of information. This could even be used in conjunction with the Code Composer Studio debugger.

    Please let us know if you have any particular application goals that require the debugger itself to provide high-throughput, rather than an external monitoring of certain data, as this can help us assist you!

    And let us know if this helps provide a potential solution to your question!

    Regards,

    Vince

    ----------------------------------------------------------------------------------------------------------------------------

    If I was able to answer your question, please press the green "Verified" button below, thanks!