Hi,
What are the options to measure the execution time of code snippets? I used app_timer_cnt_get() now and is giving 50 ticks for 1ms. Is there any way I can measure lesser time?
Hi,
What are the options to measure the execution time of code snippets? I used app_timer_cnt_get() now and is giving 50 ticks for 1ms. Is there any way I can measure lesser time?
Hi,
The Application timer use the LFCLK, try using the Timer peripheral instead. It uses the HFCLK.
Best regards
Jared
Hi,
The Application timer use the LFCLK, try using the Timer peripheral instead. It uses the HFCLK.
Best regards
Jared