Part Number: MSP432P401R
Hi all,
I am trying to do a temperature sensor by using PT100 RTD and msp432p401r launchpad. To sense the voltage across the RTD, I used a voltage follower that is built by an opamp. The problem that I am currently facing is the ADC readings are not consistent.
The ADC settings are listed below,
1. ADC start of conversion is triggered every 10ms.
2. ADC is set as 14-bit, the ADC clock frequency is 48MHz/6=8MHz, The sample-hold-time is 128bits which is about 21.33us.
3. The voltage reference of the ADC is 1.2V.
I try to read the ADC result 20 times and store them in an array. I found that the difference between the maximum and minimum value is more than 100 which represents roughly about 7mV voltage difference.
My question is that are there any method that can reduce the inconsistency?
Regards,
David