I add a ble timer to make a led blink regularly.But when I enable deep sleep mode,the led didn't blink regularly as in active mode.I have searched this topic in the forums,but there are many similar questions that have not been sloved so far.
Device:
Hi There, the BLE timer isn't a general purpose timer .. its used to serice any bluetooth core activity for adv/con etc.." Synchronously, via the BLE timer which can be programmed to wake up the system in order toserve a BLE event"
If you want to set-up a timer to make an LED blink, then the blinky project is a good place to start. Adding a timer in extended sleep mode is covered in the following FAQ.
http://support.dialog-semiconductor.com/faq/how-create-timer-extended-sl...
BR JE_Dialog