Does DA14580 have "sleep timer"(using 32kHz Clock) to wake up from extended/deep sleep?
For example,I want to implement these flow.
1.Timer is started( Timeout: 3 second)
2.DA14580 goes extended sleep,
3.After 3 second is passed, Wake up interrupt is occurred.
4.DA14580 starts advertising.
Best regards.
Hello Joichilto,
update:
I just learned it is possible to do so.
We are finding out the exact procedure, I will keep you informed.
Best regards, Dialog Support Team
"BLE_DEEPSLWKUP_REG" is not available ?
This register's description is written as /* Time (measured in Low Power clock cycles) in Deep Sleep Mode before waking-up the device */ in DA14580_SDK_v_2.0.4.
But, BLE_DEEPSLWKUP_REG is not used..
Does Dialog prepare application note for "BLE_DEEPSLWKUP_REG"?
Hi Joichi,
These registers are not suppost to be altered by the application code but rather by the provided drivers in the SDK. For instance for the sleep time, the advertisement interval time and connection interval time is use as base.
I hope this explains the usage.
Best regards,
Bluetooth Support Team.
I understood DA14580 specification.
Thank you for answer.