How do i use SysTick for NRF52840 using nRF Connect SDK v2.0.0

I want to keep perform some task periodically .. probably using tick timer of every 1 ms, so that only after every 4000ms, i can perform some task.

How do i implement it ?

Any API / example i can refer to ?

Parents Reply Children
Related