Part Number: ADS1292ECG-FE
Other Parts Discussed in Thread: ADS1292
In our application, ads1292 is used to capture ECG signal.our code will set 1292 sample rate at 500Hz, continue mode, then use the data ready signal to trigger an interrupt in the MCU. In the interrupt call back function, we will read the converted data pairs of the two channels.
Most of times, the routine works correctly, but some times we read all zeros for status, channel 0, channel 1. After check the hardware, we can confirm the hardware was in good status. In the test, we found we need to resend a rdatac command again, then read ecg data comes out. It looks like the previous rdatac command doesn't work correctly. But this problem only happens several time every 100 tests. We are not sure what root cause of the issue, and so there isn't a proper solution for it.