Hi,
I'm not able to get continuous DRDY signals after the RADATC command in ADS1298.
ADC1298_START_HIGH();//pull start high HAL_Delay(1); EcgSendOpCodeADS1298(ADS1298_RDATC);//after this DRDY is toggled when the converiton has finished HAL_Delay(2);
I have configured DRDY pin as interrupt to read the ADC results but the interrupt occurs once or twice only.
The sampling rate is 500 SPS (0x86) and the SCLK has a baud rate of FpClk/256 , (FpClk = 80Mhz);