Hello,
I'm using the ADS1263 ADC1 on continuous mode with CRC enabled.
Whenever I get a DRDY interrupt I send the RDATA1 command on SPI to read the conversion data.
Whenever the CRC is correct, I get good readings.
However, when the CRC is bad, I immediately retry the RDATA1 command a few times. The issue is that whenever I do this, a following attempt passes the CRC check, but the reading is way off (testing with a fixed voltage).
From what I read in the documentation, re-issuing RDATA commands should return the previous reading value with a 0 status bit (my status byte is disabled anyways).
Would anybody have an idea of what the issue is? Thanks in advance.