I am using the scripting console of Code Composer Studio 4.2.4.00033 ( for EzDSP28335). I have two questions:
1. Through my javascript, I try to print the call stack using the following piece of code:
But i dont get the call stack printed. (The documentation says that the API would print all frames of the current call stack to stdout on this target)
2. Also, I wanted to verify the functionality of "clock.enableAutoreset()". So, I have the following piece of code (again a javascript, running through the scripting console)
However, I expect that cycles1, cycles2 and cycles3 should have the same value. However, I found that there is a huge difference (more than 25% at times). Is there something wrong in my code or understanding??
I need to admit that I am new to code composer studio and DSS.
Thanks in advance,