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.

RTOS/LAUNCHXL-CC2650: Data_RDY interrupt in SPI

Part Number: LAUNCHXL-CC2650
Other Parts Discussed in Thread: CC2650

Tool/software: TI-RTOS

Hi Sir,

I am trying to interface cc2650 LAUNCH-XL to the AFE44xx using SPI.  The WRITE operation works fine. Now, I have an issue with ADC_RDY interrupt from AFE. ie,. Unable to react to the ADC_RDY interrupt. I am using HWI for this one(And also tried to work  with Pin_Interrupt example code for reacting to HWInterrupts). But, I couldn't able to access it. Another question regarding this, if it causes error means, can I try with Bare-Metal coding. For this, need a guidance with procedure/ documentation for sample code running.