Part Number: CCSTUDIO3
Tool/software:
Hi Team,
I am looking for CCS scripting by referring this article - https://software-dl.ti.com/ccs/esd/documents/users_guide_ccs_theia/ccs_debug-scripting.html
In the example script -> 7.8.1.3 Section, I am stuck upon below snippet. Kindly let me know, path refers to which files and an example for this.
// Since we don't know where CCS will be installed, we must find files relative // to this script. To this end, we will need access to node.js's path.join function. const { join } = require ("path");
Thanks,
Shriya