Hi,
I’m working with CCS v5 and have to see some parameters on the graphs. The problem is, that I can’t set continuous refresh interval less than 100 ms. Therefore I can’t see exact graphs. How can I solve this problem?
Thanks for feedback,
Denis
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.
Hi,
I’m working with CCS v5 and have to see some parameters on the graphs. The problem is, that I can’t set continuous refresh interval less than 100 ms. Therefore I can’t see exact graphs. How can I solve this problem?
Thanks for feedback,
Denis
Thank you for the answer!
How can we bypass this limitation? Could you give us some prompts or examples please? I have to become very precise graphs to see changes every 50 microseconds and not every 100 ms. Is it possible?
thanks
Denis
Denis Steinberg said:How can we bypass this limitation? Could you give us some prompts or examples please?
You can bypass it by manually modifying (hacking) the following file"
<WORKSPACE FOLDER>\.metadata\.plugins\org.eclipse.core.runtime\.settings\com.ti.ccstudio.debug.ui.prefs
Change:
CONTINUE_REFRESH_INTERVAL=<new value>
<new value> would be the lower value
NOTE: As mentioned, this *may* cause some debugger instability (depending on your environment). You were warned :)
Thanks
ki