I am using an ADS1241 ADC to read some thermocouple in a noisy environment. Since the ADS1241 is directly connected to the outside world, I am using a ADUM3154 to isolate the SPI signals from the microcontroller. But I would also like to isolate the power and ground of the ADS1241 from the microcontroller (since the power and ground of the ADC will probably get lots of transients on it from the thermocouples (some grounded to chassis, some not). So I plan on using an isolated DC-DC converter (PDM2-S5-S5-S) to generate the supply voltages and ground for the ADC. However, I measure about 400mV-pp out of the DC-DC converter (and it also varies +/-0.2 Vdc depending on the load. So it may shift between +5.2 downt o +4.8V depending on load.
My question is will this affect the ADC accuracy if I hook the DC-DC converter output up to the ADC DVdd/Dgnd and AVdd/Agnd? My understanding is that the ADC bases the output only by comparing analog input voltage to the reference voltage. I have an LM4128-2.5 voltage reference so the reference should be clean.
Thanks.