This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

ADS1298R: ADS1298 DRDY signal problem,I am very anxious

Part Number: ADS1298R
Other Parts Discussed in Thread: ADS1298

I now use the FPGA control ADS1298 development board, first configure the power to initialize, and then configure the register, and finally convert the data and receive.
The problem is 1. DRDY‘s cycle is unstable, jitter is very powerful, resulting in the output data is wrong, how to stabilize the DRDY’s cycle?
                         2. The data sheet says that the DRDY signal is pulled high on the first falling edge of SCLK, but when should I give the SCLK signal?

  • Hello Pingyang,

    1. Can you capture this behavior on an oscilloscope or logic analyzer for me to look at?
    2. You can being toggling SCLK after DRDY goes from high to low and after you have asserted CS. The device indicates new data by taking DRDY from nigh to low, so by waiting until after DRDY goes low, you are collecting the newest conversion data.

    Brian