Hi,Dialog,
You see,the da wakes up in order to serve a peding BLE event, if there isn't an event the da will continue sleeping.
But how it handle the timer handler ,if the time is up , did the da wakes up for it?
Thanks,liyang
Device:
Hi liyang,
Yes, a kernel timer will also wake up the system, as good as a BLE event.
Thanks MT_dialog
Hi,Dialog,
As you say , a kernel timer will call BLE_WAKEUP_LP_Handler() ?
Thanks,liyang
Hi liyang,
Yes, every time it wakes up from sleep it goes through the BLE_WAKEUP_LP to start the initialization proccess fix the clocks, initialize its peripherals etc and the kernel serves the kernel timer event.
Thanks MT_dialog
Hi,Dialog,
Ok, Thank you very much!!!
Thanks,liyang