Hi,
For running a executable through CCS following steps needs to be performed.
- Open the Code Composer Studio(CCS).
- Launch the target configuration file.
- Load the executable to the desired core.

- Execute the main() function.

To simplify the above task, I want to automate the process of executing code from CCS.
Thanks