Hello,
i am using msp430F6779 and communicating with ADS1262 over SPI. i have an encountered an issue.
i apply an input signal to adc and wait for DRDY to go low . when DRDY goes low just after that if i issue a command to read data it read 0.
i have to provide a millisecond delay after DRDY goes low to read accurately.
why i have to provide delay after DRDY goes LOW??????
i used pulse and continuous conversion mode both required delay but both shows different issues if i diddn't provide delay