This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Before enter system on idle mode call sd_ble_gap_adv_stop(m_adv_handle) then can not wake up use gpiote

Hi all:

I am using sdk 16.0.When put system on idle mode call two times sd_app_evt_wait it works well.But I want to save power,so before enter idle mode,but when I call the sd_ble_gap_adv_stop(m_adv_handle) api,after I can not wake up from idle mode,if I don not call sd_ble_gap_adv_stop api I can wake up from idle mode using keybutton.

Any one can tell me what 's the problem?Thanks.

Related