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.

DSP TMS320F28335

Other Parts Discussed in Thread: CONTROLSUITE

Hi,

can anyone please tell me how to see the sinusoidal input which is taken as input to ADC pins 

  • Hi Vekat,

    Try starting by running the ADC sampling examples in ControlSUITE. Once you get these working, expand the buffer to a sufficient size to hold multiple periods of your sinewave and also change the sampling rate to something appropriate for your sinewave frequency. Once you get the data into a buffer in RAM, you can either use the CCS graphing tool to display the data, or you can save the data to a file and plot it in something like Excel.