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.

openocd debug support for DK-TM4C129X board

Hi,

Have anyone been able to debug on the eval board DK-TM4C129X using the openocd tool? Is there any support from TI for this?

Thanks

  • We (TI Tiva C team) don't do any development on OpenOCD, so anything new must be added by the community.  With that said, the differences between the ICDI on the DK-TM4C129x is identical to the on that is on the Tiva C LaunchPad.  The only difference will be in the device support for the new MCUs, which have a different flash architecture (16KB pages vs 1KB).  I think that's the only thing that would need to change, but I'm not familiar enough with the source to know.

  • OPENOCD 0.7.0 has all devices from TIVA. So you should be able to connect to the DK-TM4C129x. As Eric mentioned, TI does not work on the development but the Open Source Community