Hi,
I'm working with CCSv5 and I would like to graph in real time the input and output audio signals. It would be great if you could find out how to use it. Does anyone know how to enable and use it?
Thanks in advance,
Miguel.
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 CCSv5 and I would like to graph in real time the input and output audio signals. It would be great if you could find out how to use it. Does anyone know how to enable and use it?
Thanks in advance,
Miguel.
Miguel,
CCS has the ability to display graphs based on variables (check section 6.2 of the CCSv5 Getting Started Guide). However, its operation is not fast and typically requires setting a breakpoint on the device to allow the data to be transferred. In other words, it will break real-time processing.
Regards,
Rafael
So, as I understand, there's no way to display graphs in real time. I'll have to create two buffers and save the data from input and output audio signals.
Thanks!