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.

DSP 28069 上电时进入低功耗模式,怎么使用GPIO32以后的IO口唤醒



TI提供的历程为IO0唤醒的,怎么用IO32以后的IO口唤

EALLOW;
GpioCtrlRegs.GPAPUD.all = 0; // Enable all Pull-ups
GpioCtrlRegs.GPBPUD.all = 0;
GpioCtrlRegs.GPADIR.bit.GPIO1 = 1; // GPIO1 set in the ISR to indicate device woken up.
GpioIntRegs.GPIOLPMSEL.bit.GPIO0 = 1; // Choose GPIO0 pin for wakeup
EDIS;