Hi,
I'm trying to make it a bit faster for us to debug in CCS when loading a newly built out file with all the debug symbols in.
CCS Version V12.6.0
Context:
- We use our own WAF build system with the CLANG compiler and then we debug in CCS.
- This is currently triggered from VS code, but if WAF is supported in CCS that would be good to know...
- We are using a IWRL6432BOOST module, but I expect the question related to automation may apply to other TI products as well.
Steps we need to take to debug in CCS:
Currently our specific process to start a debug session looks as follows:
- Build in WAF
- Launch target configuration
- Click show all cores
- Connect to XDS110 USB/CS_DAP_0
- Run our wakeup gel file from scripts > ... > our script Get message: "M4 reset released"
- Connect to XDS110 USB/Cortex_M4_0
- Reset it
- Load program previously built
- Start Debugging
That's a lot of clicks to start a debug session!
Potential Solutions
- I'd like to create a "debug" script that does as much of this as possible in one step.
- Can we do this with Debug Server Scripting DSS?
- Alternative suggestions are welcome
- If WAF can be incorporated in CCS that would also work, but I suspect this is not option
Any assistance is greatly appreciated!!
Warm Regards
Jaco Swart