Tool/software: Code Composer Studio
I tried to sample a 1kHz signal through the ADC of F28335. I am using the EPWM start of conversion initiated with 1MHz. So, I will get 1000 samples to construct the signal. But I am not getting the exact signal what I gave to the ADC. It is giving some random signals. I tested the EPWM it is giving 1MHz PWM output and ISR also triggering fine. I tested with ADC signal of 50Hz and EPWM of 20kHz. It is giving nice waveform. Why I am unable to read the 1kHz signal. Is there any maximum frequency limit of the ADC that it can read?. Please help in this regard.