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/CC2650: Problem with wakeup pins on the CC2650

Part Number: CC2650


Tool/software: TI-RTOS

Hello,

I am configuring input pin of the CC2650 as the wakeup pins, with wakeup on the negative edge.

I have problems with the following wakeup sequence scenario:

1. wake up pin is LOW
2. shut down of the CC2650; pin is configured properly for wake up with the command:
PIN_setConfig(pinHandle, PINCC26XX_BM_WAKEUP, Board_WAKEUP_PIN | PINCC26XX_WAKEUP_NEGEDGE)
(returns PIN_SUCCESS status)
3. pin goes HIGH
4. pin goes LOW (negative edge event)

CC2650 is not woken up by this event. Looks like it is caused by the pin being low during shutdown. Is it the expected behaviour of the CC2650? Is there any way of waking up on the negative edge of the pin regardless of its state during MCU shutdown?

Thanks,
Piotr