hello , everyone
platform : NRF52832, SDK13.0 , project:\examples\ble_peripheral\ble_app_template
I meet such a problem, config app_timer in APP_TIMER_MODE_REPEATED and 100ms period , and do nothing at app_timer_handler , use PPK measured consumption is 8uA.
Then , i wanna add WDT, with NRF_WDT_BEHAVIOUR_PAUSE_SLEEP_HALT , it's consumption became 200uA(one cycle is 8uA,and the other cycle is 400uA).
Then, i change WDT config with NRF_WDT_BEHAVIOUR_RUN_SLEEP, consumption became normal 8uA.
I dont known why WDT will cause a big current ?
By the way , i tested WDT config with NRF_WDT_BEHAVIOUR_PAUSE_SLEEP_HALT , and set a delay 1ms at app_timer_handler , the consumption will be OK


