I have a question about the 24 bit sigma-delta ADC on the MSP430F6726.
I am trying to determine the full range of the ADC, when using the internal reference voltage of 1.151V. According to the datasheet (page 72 - SD24_B, Power Supply and Recommended Operating Conditions):
The full-scale range (FSR) is defined by VFS+ = +VREF/GAIN and VFS- = -VREF/GAIN: FSR = VFS+ - VFS- = 2*VREF/GAIN. If VREF is
sourced externally, the analog input range should not exceed 80% of VFS+ or VFS-; i.e., VID = 0.8 VFS- to 0.8 VFS+. If VREF is sourced
internally, the given VID ranges apply. MIN values are calculated based on a VREF of 1.137V (assuming this as the min. value for
internal ref.) TYP values are calculated based on a VREF of 1.151V (assuming this as the typ. value of the internal ref).Values need to be
finalized after characterization based on the final VREF range. All numbers showing input voltage ranges in this document must be
updated with the final numbers for the max. input voltage range. The original starting point for the input voltage range was ±1000mV.
The TYP values for a GAIN value of 1 is +-920mV.
If we were to set the ADC up to use the top 16 bits of the 24 bit SD ADC, what would the mV per bit resolution?
From what I understand, we would have 65536 ADC steps over the Full Scale Range i.e. -1.151 to +1.151 V, right?
This would give us a resolution of 0.03512 mV per bit.
However, we can only measure up to 80% of Full Scale Range. Is that ‘should’ or ‘can’ only measure 80%?
It seems odd to have a 16 bit ADC, but then throw away 20% of our range.