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

Timer configuration with Softdevice

Hi,

mi question is about how to configure in a good and complete way Timer1 and Timer2, so trying to be more specific with my Question: I need timers with a Tick of 250ns, and as far as i know is that i could it make with Timer1 or 2 but not Timer0 (because of the Soft-device), but with the HFCLK ( the RTC use the internal and couldn´t achieve my 250ns tick). One of them i will use for making delays, and the other to count how many ticks till a change in one pin happens.

(I´m working with the nRF6310 with PCA10004 and PCA10000)

Related