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进入 shutdown后无法通过io唤醒

const PIN_Config inputIntPinTable[] = {
    KEY_POWER | PIN_INPUT_EN | PIN_PULLUP | PINCC26XX_WAKEUP_NEGEDGE | PIN_HYSTERESIS,
    PIN_TERMINATE
};

PINCC26XX_setWakeup(inputIntPinTable);

Power_shutdown(0, 0);进入shutdown

无法唤醒。