Hello,
I would like to know the number on ms that a timer has been running before stopping in a breakpoint while debugging.
I can know the number of ticks with the following function: app_timer_cnt_get().
And the APP_TIMER_TICKS returns the number of ticks if you know the ms, but I want the opposite operation: know the time (in ms) with the number of ticks.
Thank you