Part Number: LAUNCHXL-CC2650
Other Parts Discussed in Thread: ADS1198
Tool/software: TI-RTOS
Hi,
I am able to initialize ADS1198 using SPI in blocking mode also I am reading correct register values.
Now in order to read the ECG data I need to do it in callback mode. But the problem is I am getting 0's always. Is there something else I need to consider.
I have defined my function as extern as per this thread:

But it did not work. SPI_read function is in the same file as callback function.
Thank you,
Bharath