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.
Tool/software: Code Composer Studio
So I´ve been reading many posts about this subject and also the CCS user´s guide but I can´t find any definitive answer to this question.
I´ve read the following so far:
So my question is: What is the sampling rate of CCS?
I need to know this to know how long the buffer must be to avoid missing datapoints. I would just read this value with an oscilloscope if I could but my microcontroller has no DAC and all PWM pins are already used on other stuff so the PWM conversion trick can´t be used.
Hi,
Leonardo Abbate said:I must create in my program a buffer array that stores the data to be graphed so that CCS can retrieve them all once in a while (how often CCS does this is the question).
You can either use an array or plot each sample one by one. However, the maximum data rate is limited by SW to 0,1s but this only happens under ideal conditions (fast Debug Probe, lightweight PC load, etc.)
Additional information can be found at: e2e.ti.com/.../1112620 ?
In addition to that, you can always try to do some post processing on the memory data by saving its contents and plotting/analyzing with an external software. Details can be found at:
software-dl.ti.com/.../ccs_debug-main.html
Hope this helps,
Rafael