Here are a couple of newer links for documentation: https://software-dl.ti.com/ccs/esd/documents/users_guide_ccs/index.html https://software-dl.ti.com/ccs/esd/documents/scripting_api/ccs_20.1.0/ccs_scripting/docs/index.html When I run my scripts I am running them via the run.sh (or run.bat if Windows) that comes with CCS. For example I would call: ./run.sh ~/git/ccs--test/basicsuite.js Where run.sh is in /ccs/scripting If you wanted to run from outside of CCS you could do something this where I invoke using the relative (or absolute) path to the .sh/.bat ./ti/ccs2011/ccs/scripting/run.sh ~/git/ccs-test/basicsuite.js
↧