Should I call app_sched_execute
at least once before the first app_timer_start
? I have a strange bug and I realized that calling it before is a fix but I don't see this in the doc
Another way for me to fix my bug is to call app_timer_start
with a higher number that usual
Does it make any sense ? Many thanks
N.B : I use APP_TIMER_INIT(APP_TIMER_PRESCALER, APP_TIMER_MAX_TIMERS, APP_TIMER_OP_QUEUE_SIZE, true);