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.

How could I integrate my own simulator to CCS just like the other TI simulator or third-party simulator?

How could I integrate my own simulator to CCS just like the other TI simulator or third-party simulator? Is there any API description or document?

Although perhaps I can use remote-gdb to do such integration , I want to use it like the built-in simulator.

-- ksh

  • Hi,

    Unfortunately third party integration with the TI proprietary debugger (which also covers the simulators available up to version 5.5.) is not supported. Sorry.

    The more difficult path is to integrate your simulator natively with Eclipse/CDT and the easiest path would be to use the existing GDB infrastructure.

    Regards,
    Rafael