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
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
Hi There, i will have someone take a look at this once they return from Easter vacation. BR JE_Dialog
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