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)