I am using F28027 piccolo launchpad kit.
I am facing problem in reading low voltages at low sampling frequency.
I have used the same code given in the example "adc_soc" given in the control suite.
modifications done are
SOC is generated on period match
PWM_setSocAPulseSrc(myPwm1, PWM_SocPulseSrc_CounterEqualPeriod);
PWM_setSocAPeriod(myPwm1, PWM_SocPeriod_FirstEvent);
PWM_setPeriod(myPwm1, 0x10BC);
clock frequency used is 60MHz
High speed prescaler is 1
TB prescaler is 1
sampling freq is 7 kHz
input voltage to the adc is 0.2V
value read by adc is somewhere in the range of 800 to 900