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

PRESCALAR register in nRF52840 DK

A newbie here. I am studying the simple_timer application in the nRF5_SDK_17.0.0_9d13099 library.

The sample application sets the clock frequency to the timer at 16MHz. This is done by writing to the PRESCALAR register as can be seen in nrf_timer.h file. ( inline function nrf_timer_frequency_set at line 648). When I check the details of the PRESCALAR register in the production specifications ( nRF52840_PS_v1.1.pdf) file, page 465 gives no detials of the PRESCALAR register. 

The nRF52840_PS_v1.1.pdf document seems to be build upon some other document. If I am right, can someone point that to me.

Related