I'm unable to read samples over SPI in DRDY interrupt. The code (ISR and function called from ISR is given below)
The hardware has two cascaded ADS1292 & ADS1292R connected over SPI to CC2541 microcontroller
Able to configure and read back ADS1292 registers over SPI. The ADS1292 is setup in continuous sampling (RDATAC command) at initialization.
The problem is reading from SPI as (SPI_Rx_buf = U0DBUF) always as 0. Any inputs?
Ganesh