Tool/software: Code Composer Studio
Hi,
Could you please suggest how to plot ADC sensed variable in DSP28335 in CCS graph. Right now it shows some highly distorted waveform, which is not the actual sensed voltage.
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
Hi,
Could you please suggest how to plot ADC sensed variable in DSP28335 in CCS graph. Right now it shows some highly distorted waveform, which is not the actual sensed voltage.
Hi,
If you search e2e for the term "graph view" you can find several posts that cover specific aspects of the graph window, including details such as data formatting, suggestions for buffering and so on. A few that spring to mind are:
https://e2e.ti.com/support/development_tools/code_composer_studio/f/81/t/700071
https://e2e.ti.com/support/development_tools/code_composer_studio/f/81/t/718943
https://e2e.ti.com/support/development_tools/code_composer_studio/f/81/t/724491
Regards,
Rafael
Thank you. I could plot it after writing the data in an array. However, when I convert the data to a voltage level with the ADC convention factor I no longer can plot it, as it is in float variable. Could you please suggest how can I plot it.