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

how to check time in sleep

Hi nordic

I'm developing using nrf52832 

This board has many example code so I'm developing smoothly 

but Today I had problem. It is about check time

I want to check time that nrf52832 sleeps. If ble stack get BLE_GAP_EVT_TIMEOUT, I let nrf52832 sleep using sd_power_system_off()

I want to know time that system off to system on. How do I check this time? Would you like to tell me tihs?

Related