Tool/software: Code Composer Studio
I really like the power of using DSS for testing requirements that require getting internal information such as a state transition.
Instead of writing a large number of procedures containing a list of steps, and performing the steps via the GUI interface (load program, set break-point, run, when break-point is hit - get actual value of symbol, compare actual value with expected value, write down information, terminate debugger, verify with the quality assurance representative, make any notes/comments.... ...start next procedure.
I am using DSS to automate these steps making a simple script to traceWrite the information such as the actual value of a variable or memory. It isn't tough writing the scripts, but I am wondering if the GUI is built on top of the same engine, wouldn't it be very easy to auto-generate a large portion of the DSS script making things like break-point properties or watch-points easy.
I came across https://software-dl.ti.com/ccs/esd/documents/ccs_diagnostic-logs.html#debug-server-logs - but the log file is not DSS and I am not familiar how to use them with DSS. Would it be possible (or is it possible) to record a debug session into a DSS script file?
Thanks,