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.

regarding PWM signals

Hi,Is there any way to view the 6 PWM signals generated in the CC studio itself?ie,is it possible to view the signals generated without using an oscilloscope?Kindly reply.Thank you.

  • In CCS one can plot array, and refresh it at run time without stopping.

    One way is just fill the array with PWM load values and see the plot. Or if it is a sinusoidal PWM, use an software LPF and store lpf output in the array to view it.

    If you want to see the signal at the output pin, connect 6 rc network (lpf), feed back to 6 channels of ADC, sample it, store it, view the array.

    Hope it help