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

app_timer and nrf_drv_timer

what's the difference between app_timer api an nrf_drv_timer

are they using separate timers or the same timers?

if they are using the same timers, can app_timer_create detect a timer (TIMER1 for example) I used with nrf_drv_timer so that it will not take it as free timer in the // Find free timer loof of app_timer_create function)

Parents Reply Children
No Data
Related