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.

用GPIO中断唤醒休眠,然后用DMA传输数据

终端节点配置成PM2模式,并采用DMA串口传输数据。在每次通过串口像终端节点写数据时,都会发送一个GPIO口中断,使其唤醒,然后间隔时间t通过串口向终端节点写数据。我有个疑问是,这是间隔时间t有没有一个最小时间限制,是否终端节点一被唤醒马上就能进行DMA数据读取,还是说唤醒之后需要等待一段时间才能进行DMA操作。