Other Parts Discussed in Thread: MSP430FG4618, CC430F5137
The 2xx family chips have ADC and other calibration data in the information memory; the 5xx ones put it in TLV memory. As far as I can see, there is no discussion of chip-specific calibration data for the 4xx chips in either the family user's guide or in the device data sheet. The one 4xx part I have (an MSP430FG4618 in the experimenter's board) has nothing in information memory.
Is there no factory-provided calibration information in the 4xx family?
I'm a bit confused that the 5xx family guide in section 1.13.4 suggests that both REF calibration and ADC offset and gain calibration are relevant for correcting raw ADC readings, but don't describe when each should be used, or the application order if both should be used. Oddly, neither do any of the family sample code modules I've found. In practice, only by using both (REF factor first, then gain, then offset) do I get answers on a CC430F5137 for INCH_11 for 2.0 and 2.5 V internal reference conversions that match and are within 0.5% of what my meter tells me. This suggests I really need both.
Is there an application note describing the process for calculating the ADC calibration values, including the voltages used and how to decouple the reference factor from the gain and offset?