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

Using app_timer_cnt_get(), always get 0

I'm trying to get a time stamp using app_timer_cnt_get(&ticks), but the ticks always equals 0. And I have called APP_TIMER_INIT() to init the app timer. I have no idea why. Someone can help?

Related