This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nrf_delay_ms() vs app_timer

Hi,

I have the need to wait a few ms, from 1 to 20, in several parts of my code and I was wondering what's the most energy efficient way of doing it. Notice I don't need precise timing, I am using SoftDevice and app scheduler. After starting, app_timer seems a winner but I was wondering if the start code may may overweight the advantages, in particular with small ms values. Has anyone any considerations on this?

Thanks!

Parents Reply Children
Related