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/TMS570LS0432: No sufficient configuration options for Segger JLink

Expert 1965 points
Part Number: TMS570LS0432
Other Parts Discussed in Thread: SEGGER

Tool/software: Code Composer Studio

I'm using CCS10, and using Segger JLink emulator.

What I struggle somewhat to do with CCS10 is to set options I want to the debug probe. CCS10 does not have any/most of command line options that one can pass to JLink command line to connect, or it's command shell commands. Probably some examples you can see in GNU MCU (ex GNU ARM) plugin for Eclipse.

One such option is able to connect to a remote debug probe, where I need to specify the IP address.  I cannot see how /where I would be able to do this in CCS, and , as a result I have to re-entre this every time I try to connect and Segger's own default little window pops up asking for debug probe id or address.

There should be option to pre-configure this in CCS..? No ?

  • Hello,

    The J-Link integration with CCS is not as tight as with the other XDS based debug probes. Many of the more "advanced" configuration/features still require the use of SEGGER's own utility. 

    Thanks

    ki

  • Hi @Ki ,

    Option to pass such options would be great - even if its just a window where you can manually type them (i.e. need ref manual knowledge), not pre-set drop down boxes, etc..

    May I ask you, is there such a way?  Does CCS access / invoke JLink through dll/ so or command? It seems, through the library.

  • Everything is done though the J-Link library which CCS accesses. 

    The library is maintained and distributed by SEGGER. 

    Thanks

    ki