"Send 16 SCLKs to read out conversion data on DOUT/DRDY;" I took this part in ADS1147 datasheet page number 65 pseudo code. Is the SCLK signal sent to the DIN pin using SPI? Or SCLK pin of ADS1147 normally? This is not clear to me. After it goes successfully, how do I identify it? Is the output signal given for it?. I crated the clock signal show below code.
Navodvishwa/ADS1147 (github.com) code uploaded in this link. code has include in Spimaster.c file. Can explain me mistakes and omissions. I have used the CC2640R2 microcontroller.