Wake up events (from sleep mode) in SDK5

3 posts / 0 new
Last post
Matthieu ANTOINE
Offline
Last seen:4年s 4 months ago
Expert
加入:2014-01-14 14:51
Wake up events (from sleep mode) in SDK5

Hi,

I saw that you added APIs to configure IRQ in the GPIO driver.

As written in the UM-B-051,"When in any of the above mentioned sleep modes, DA14580/581/583 can be woken up in two ways: Asynchronously, via the Wakeup Timer and Quadrature Decoder if triggered by an external event (input).".

If my understanding is good, it means that if I configure IRQ from the GPIO driver (GPIO_EnableIRQ()), it will not wake up the chip if an edge happens. Do you confirm I am right? SO I have to use the WIC as I already did with SDK3.

Thanks.
_Matthieu

Device:
MT_dialog
Offline
Last seen:1 month 2 weeks ago
工作人员
加入:2015-06-08 34
Hi Mattieu,

Hi Mattieu,

Yes, you cant wake up from deep or extended sleep the da by a simple IRQ, it has to be either from WIC or the the Quadrature Decoder.

Thanks MT_dialog

Matthieu ANTOINE
Offline
Last seen:4年s 4 months ago
Expert
加入:2014-01-14 14:51
Hi,

Hi,

That's all I wanted to know. Thanks!

_Matthieu

Topic locked