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.

CC2640R2F: CC2640R2F Interrupt

Part Number: CC2640R2F

In  CC2640R2F , Negative edge interrupt is working with the setup 

user_pin | PIN_INPUT_EN | PIN_PULLUP | PIN_IRQ_NEGEDGE | PIN_HYSTERESIS,

But the Positive Edge Interrupt is not working . 

 user_pin | PIN_INPUT_EN | PIN_PULLDOWN | PIN_IRQ_POSEDGE | PIN_HYSTERESIS,

Please suggest