Hello,
I'm using CCS only as a debugger for the Integra platform. Code ( a syslink application) is written and compiled on linux. Whenever I start to debug, I have to:
- start the firmware on the device
- Open the debug dropdown in CCS and select my integra.ccxml. The debugger starts.
- Click run -> load -> App.xe674 to load the symbols
- Right click on " Texas Instruments XDS100v2 USB Emulator_0/C674X_0" and select "connect target"
- wait, then: wait some more.
- set breakpoints (sometimes - sometimes, the breakpoints from the last session are sufficient.)
- Change my blocking variable, which prevents the firmware from "running away" before the debugger is ready to 0
- "Continue" debugging
Each of the steps is necessary, but is there some way to automate this? In gdb I would just write a short script which does all the work and I hope something similar is possible in CCS, too...
Thanks for your help,
Markus