Hi there,
I found a very strange behaviour in terms of ADS1247 SPI communication, any TWO command string must be kept sending to ADS1247within 80ms otherwise ADS1247 return rubbish, for example I send command string: 0x2b 0x00 0x00, which is to read register 0xb(IDAC1), then I get a byte 0xff which is correct default value. However If I wait for 80ms then send exactly same command string again I end up with getting 0x00 from ADS1247. If I constantly send command string within 80ms ADS1247 always returns 0xff. Is this real behaviour or something I got wrong?
Thanks.