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.

TMS320F280025C: Need scripting command for the option configurable in CCS

Part Number: TMS320F280025C

Hi All,

I am trying to use the option to remove the gel file for a given debug session using the Tools->Debugger Options->Gel files->Remove before connecting to target to and that is working fine. I want to do this through command line. Do we have a JavaScript API to do this after launching the debug session for the hardware? After debugServer.openSession() before we connect to target debugSession.target.connect()?

Thanks,

Aditya

  • Aditya,

    I am not sure if there is a script interface for target configuration. I think you can create a target configuration where gel file is removed and save it to your folder. It is one time thing. Now use DebugServer openSession with that target configuration using script.