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.

TIVA programming Interface information

Other Parts Discussed in Thread: SEGGER

 Hi, it resemble to me someone asked similar question in the past, Is JTAG and SWD programming interface to TIVA of public domain?

 Open OCD or GDB can be used as remote (local) programming for TIVA on CCS?

 How can we add a programming device to CCS studio USB or network based?

 ICDI code is not available as source, is chip ICDI available or need rework from a Launchpad?

  • Hello Roberto,

    OpenOCD+GDB can be used as a remote/local programmer. There is a thread for openocd

    http://e2e.ti.com/support/microcontrollers/tiva_arm/f/908/t/373976.aspx

    We can add an external programmer like XDS100 with the Serial ID if that's what you meant.

    ICDI is not public code or binary. But the xdsicdi binary would be with CCSv6.

    Regards

    Amit

  •  Hi Amit,

    Amit Ashara said:

    OpenOCD+GDB can be used as a remote/local programmer. There is a thread for openocd

    http://e2e.ti.com/support/microcontrollers/tiva_arm/f/908/t/373976.aspx

     Hi Amit, yes it run to debug TIVA code from GCC but what about CCS integration?

    Amit Ashara said:
    We can add an external programmer like XDS100 with the Serial ID if that's what you meant.

     Yes this is listed on drop down, but what if I wish port OOCD on TIVA board then use from a network interface to debug CCS code?

    Amit Ashara said:
    ICDI is not public code or binary. But the xdsicdi binary would be with CCSv6.

      Where is this file and how can I interact with?

  • Hello Roberto

    1. I am not sure if I have tried OPENOCD+CCS and it is something for CCS Forum to be in a better position to answer that. AFAIK, the OpenOCD has the ICDI drivers, but then CCS embeds the same, so it would not be possible to have OpenOCD + CCS. But then this is my understanding and CCS Forum would be able to answer

    2. Same as for CCS code on n/w

    3. The binary is not yet in release package but would expect it to be out with the next revision.

    Regards

    Amit

  • Roberto Romano said:
    Is JTAG and SWD programming interface to TIVA of public domain?

    According to The problem of Programming TM4C123AE6PM the  "ARM Debug Interface v5 Architecture Specification" describes the JTAG and SWD interface of TIVA devices.

  • Hi Chester, thank pointing to that interesting thread but it is too far from my requirement, I wish to have a netowrk interface for remote debugger, the XDS560 is the best thing describing what I need but it is too much expensive to buy more than one of these and this low economy moment I cannot just afford one nor networked segger too.
  • Roberto Romano said:
    I wish to have a netowrk interface for remote debugger

    I wonder if software such as http://usbip.sourceforge.net/  could be used to make an existing USB based (cheap) ICDI debugger accessible remotely.