4 posts / 0 new
Last post
svl0822
Offline
Last seen:5 years 8 months ago
Joined:2014-11-17 19:20
External wakeup enable

Hello Dialog,

I am trying to enable external wake-up capabilities from a particular GPIO pin.

1. The function ext_wakeup_enable() is only accessible after the statement:

#if ((EXTERNAL_WAKEUP) && (!BLE_APP_PRESENT)) // only in full embedded designs

Why can it not be done when BLE_APP_PRESENT is on? I need this functionality exactly so that the system can sleep when not needed and then wakeup and be used as a BLE beacon.

Thanks,
svl0822

svl0822
Offline
Last seen:5 years 8 months ago
Joined:2014-11-17 19:20
Dialog,

Dialog,

Is there someone on the team who can answer this question? I need to know if I can use external wakeup enable for power saving reasons.

svl0822

JE_Dialog
Offline
Last seen:1 day 15 hours ago
Staff
Joined:2013-12-05 14:02
Hi There, i will have someone

Hi There, i will have someone take a look at this once they return from Easter vacation. BR JE_Dialog

MH_Dialog (not verified)
Hello there,

Hello there,

Please refer to function call "app_button_press_cb" in the SmartTag project. It should be excatly the same functionality you are looking for. This is also decribed in the doc UM-B-018

BR, Morris