如题
1.PM2模式可以被定时器和外部中断唤醒,PM3模式只能被外部中断唤醒。请问这句话把唤醒事件都描述全了吗?
2.上一条中的外部中断具体指的是那种类型的中断。GPIO口硬中断?还是所有的中断源,这个时候DMA串口收到数据能不能唤醒?
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.
如题
1.PM2模式可以被定时器和外部中断唤醒,PM3模式只能被外部中断唤醒。请问这句话把唤醒事件都描述全了吗?
2.上一条中的外部中断具体指的是那种类型的中断。GPIO口硬中断?还是所有的中断源,这个时候DMA串口收到数据能不能唤醒?
那这两种模式下,主程序还会不会再去扫描串口,从而进行正常的串口通信。