wakeup

Questions about waking up DA14583 by pressing a button

Tue, 2018-06-19 16:05--Elvis1991

Setup:

Software: We are using DA14583 IoT Sensor for the reference design and run the RAW Project.
Hardware: The original design to control the power is based on a switcher, which means that when the switcher is off, the MCU will stop to work.
However, for real application, we would like to change the original switcher design to "softly" control, by entering the extended sleep mode and disable advertising if the button is not pressed.

As a result, we would like to revise the original firmware to realize the “wake-up“” function.

Questions:

ext_wakeup_cb() not called

Tue, 2015-10-13 11:09--aritec

Beside the advertising interval, I'd like to wake up our application on a asynchrone fashion as described in your documentation.
We use the extended sleep mode.
Before putting a sleep, I configure the ports, register the callback function and enable the irq.
Downloading und running the application by J-Link and everything works well.

Programming the same application into our EEPROM by SmartSnippets it behaves different. Everything is working the same, but the callback function got never called. The advertising interval is working fine.

Subscribe to RSS - wakeup