Hello,
I want to use two wire RTD measurement application with ADS1248,
http://www.ti.com/europe/downloads/2-%203-%204-Wire%20RTD%20Measurement.pdf
I use following configuration :
ADS1248_MUX0_REG_VALUE (0xC7)
#define ADS1248_VBIAS_REG_VALUE (0x00)
#define ADS1248_MUX1_REG_VALUE (0x30)
#define ADS1248_SYS0_REG_VALUE (0x0F)
#define ADS1248_IDAC0_REG_VALUE (0x0C)
#define ADS1248_IDAC1_REG_VALUE (0x0F)
with scope i see that voltage on 1k resistor is correct, but data that received in adc is wrong.
How i calculate the voltage ? and what is my internal reference (2.048V) ? what additional processed should i do for reading adc ?
Thank you very match .