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.
I‘m using a TI DSP320F28031 chip, ADC acquisition voltage value and the actual value of the multimeter measurement deviation is very big,
change another slice of chip is also so.
ps: the program is the Example_2803xADCSOC routines. What could be the problem?
-flank
Tommy:
i think i got the problem : i used an low impedance oscilloscope to sample one pin voltage , and the AD pin perpheral impedance should be 50K ohm or more.
this should influence the measurement result.
The other reason should be:
the SOC S/H Window which i set was not suitable. It should be:
AdcRegs.ADCSOC0CTL.bit.ACQPS = 32;
AdcRegs.ADCSOC1CTL.bit.ACQPS = 32;
it seems that the F28031 chip should better setting like this?
now use an oscilloscope on the pin during ADC conversion,
the signal value is stable.
In Addition,
offset voltage between the pin voltage sampled from the oscilloscope and the ADC conversion is about 10mV.
Thanks.
--flank