What happens if I call app_timer_start() to start a repeated timer. And at the same time I do a pstorage_clear() and pstorage_store()? Will the timer events get halted during the pstorage operations?
And will the timer events get piled up and be executed rapidly after the pstorage operations are finished?