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.

在协议栈中,通过IO口中断唤醒PM2模式,需要进行哪些设置?

看一些不涉及协议栈的例子中,都是通过中断向量#pragma vector = P0INT_VECTOR 进入的,进入后是通过 PCON = 0x00 直接唤醒的。那么问题来了,在协议栈中怎么设置呢?