Hi, I am using a DA14580 Basic kit. Please don't mention about DA14531. I'll learn about it later !!
I really want to undestand 3 things in the sleep mode example for DA14580:
1 /在第一次10秒,如果我不修改code, does the system go to sleep? Or the main loop just tries to sleep based on the sleep mode which is set before by the function arch_set_deep_sleep() (or arch_set_extended_sleep()) ?
2/ In the first 10sec, if the there is no code modification or connection, does the main loop sleep successfully? and which line in the code do it? If the main loop make the system sleep successfully? What line of code that wake the system so the system can advertise? Is it the BLE timer?
3/ After 10sec advertising, the callback function user_app_adv_undirect_complete() is call and then the function arch_ble_ext_wakeup_on() is called to ensure that only an external (GPIO) wakup event can wake up the system. Am i right?
i looking forward to recieving your replies soon? Sorry for to many questions i had made!!
Thanks, PM_Dialog