Is the minimum time of app timer 1ms? I want to get a handle every 500us, can use the app timer?
Thanks!
Is the minimum time of app timer 1ms? I want to get a handle every 500us, can use the app timer?
Thanks!
According to documentation: developer.nordicsemi.com/.../a00987.html
The minimum timeout_ticks value is 5.
For multiple active timers, timeouts occurring in close proximity to each other (in the range of 1 to 3 ticks) will have a positive jitter of maximum 3 ticks.
When calling this method on a timer which is already running, the second start operation will be ignored.
According to documentation: developer.nordicsemi.com/.../a00987.html
The minimum timeout_ticks value is 5.
For multiple active timers, timeouts occurring in close proximity to each other (in the range of 1 to 3 ticks) will have a positive jitter of maximum 3 ticks.
When calling this method on a timer which is already running, the second start operation will be ignored.
Hi, Wojtek. I see. The minimum timeout is 5/32768 = 0.000152587890625 s. Thanks!