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.

How to confirm the no. of samples of signal in ADC result register

Other Parts Discussed in Thread: TMS320F28335

I am trying to sample the analog signal through ADC of TMS320F28335.  I have set the HSPCLK as 7.143MHz (100MHz/(2*7)), ADC CLK as 119.047 kHz (HSPCLK/60) and ACQ_PS as F(15).  Therefore, the sampling rate is 7002 Hz ( 1/(2+ACQ_PS)*ADC CLK)). If 50HZ signal sampled. then it suppose to produce 140 sample per cycle.  I tried to view the no. of samples using printf () function. but it leads memory space error. How can the no. of samples  be confirmed ?