Tool/software: Code Composer Studio
I created a script to automatically open CCS from another application for debugging purposes. However I have Issue of how to automatically load a script in the scripting console.
The script that will be loaded in the scripting console contains a function "dump()" to automatically dump data a binary data from a symbol when the debugger is on halt.
Do we have any available API in CCS to automatically load script in scripting console?