Other Parts Discussed in Thread: CONTROLSUITE, CCSTUDIO
Hi,
I just started code composer studio (4.2.4.00033) and i'm using the 32kb-limited version (C2000) for my graduation project.
When running the example included with the IQmath library (from ControlSuite) I got a lot of errors similar to:
js:> expAdd "Dlog.Xwaveform" getQValue(24)
ReferenceError: "expAdd" is not defined.
When pressing tab in the scripting console I get:
js:>
cls disableLog enableLog execCmdFile help listJSFiles loadJSFile loadKeyword print services setWindowBuffer unloadJSFile unloadKeyword
To summerize: I am missing basic commands in the scripting console and therefore I cannot use commands like "expAdd"
This problem has been discussed here: http://e2e.ti.com/support/development_tools/code_composer_studio/f/81/p/94349/328344.aspx#328344
and the solution presented is to reinstall ccs4.2 in a different directory. So I reinstalled ccs in a different directory, but when running scripting console, I still have the problem described above.
My question is whether these commands are only available in the full licensed version? Or, what do I need to do to obtain these commands?
Help is appreciated very much, because this scripting console seems to be a very nice feature in CCS and otherwise I would have to manually add graphs and manually add watch variables etc... when debugging.