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