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

app_timer_cnt_get not giving correct values

Hi,

I am using app_timer and SoftDevice in NRF52810.

I am storing app_timer_cnt_get() value after releasing button and after completing BLE Advertisment.

as I am starting BLE advertising after button release, BLE Advertising completed value must be greater than Button released time

but sometimes I am getting lesser values.

Note:

Total Observation will be completed in less than 10 seconds so not RTC overflow problem.

Related