SDK: 15.3.0
Example: ble_app_multirole_lesc
Device: EYSHJNZWZ (nRF52832)
After calling "ble_advertising_start" to start advertising, call "sd_app_evt_wait" to transition to sleep.
Approximately 7 minutes after calling "sd_app_evt_wait", it appears to be reset.
Please tell me about this cause.
As a side note, I am using WDT.
This does not occur when WDT is disabled.
Therefore, we believe that the cause is WDT.
WDT is cleared when it is released from sleep.
However, after calling "sd_app_evt_wait", it was not woken from sleep.
Therefore, it is always in a sleep state.
I am setting the WDT as follows.
I think WDT is disabled during sleep.
#define WDT_CONFIG_BEHAVIOUR 0
Also, when "ble_advertising_start" is not called, this phenomenon does not occur.