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

Enabling/disabling Timer tasks

Hello, I'm pretty new to Nordic devices but I have already some experience with other ARM based devices though...

I'm playing with Timers bare metal instructions and figured out on how to start a timer (ex: NRF_TIMER0->TASKS_START = 1;)

Question: after the timer is started, shall I write back a "0" (NRF_TIMER0->TASKS_START = 0;) in the same register to reset and make it available again for a new counting?

Thanks in advance

A.

Related