Can anyone tell me how to interface TclBlend with CCSv5.2 using DSS in windows??Please Guide the procedure..
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Can anyone tell me how to interface TclBlend with CCSv5.2 using DSS in windows??Please Guide the procedure..
Sarita,
There is another thread with some information:
http://e2e.ti.com/support/development_tools/code_composer_studio/f/81/p/211840/749938.aspx#749938
Regards,
John
Hi,
In CCS JS scripting console, I am getting " Illegally formed XML syntax error" if i write
<script> in scripting console.
Is it not possible to write Java with HTML in the console?
Also, Where should i store my .js scripting file so that I can run them directly from CCS scripting console.
Regards,
Sarita
Sarita,
The Scripting Console is basically a JavaScript console. <script> is an HTML tag.
sarita shetty said:Also, Where should i store my .js scripting file so that I can run them directly from CCS scripting console.
Where you store the file is up to you. You can have it so that the console will autoload the file (pass in "true" for the second parameter for loadJSFile).
Thanks
ki