Hi,
I am developing a converter that uses ADS1148 and 7 RTD's (PT 1000 to be exact). I've managed to do all the needed configuration of the ADS1148 and it is working without any problems. But now I tried to read AD conversion result of all 7 channels and that is causing me problems. First I do the initialization in my program (set the MUX0,1 SYS, IDAC and so on) and read the value of the first channel, and it gives me an accurate result. After reading the first channel i try to switch to next channel but it isn't working. I'm writing only to MUX0 and IDAC1 to change the input and the current generator output. But it's not working. I use 10 SPS and I'm waiting 100ms before and after i try to change the channel. If I try to read the second channel it still reads the value of the first one.
Can you help