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

WDT Timer Documentation Clarification

From page 520 of nRF52840 Product Specification 1.0 4413_417 v1.0 / 2018-03-16

If the watchdog is configured to generate an interrupt on the TIMEOUT event, the watchdog reset will be postponed with two 32.768 kHz clock cycles after the TIMEOUT event has been generated. Once the TIMEOUT event has been generated, the impending watchdog reset will always be effectuated.

From testing, I believe that this paragraph means two ticks – or about 61µS – of the 32.768kHz clock. However, the way it’s written, it’s not clear if the word “cycles” means two seconds (i.e. two complete cycles of the clock) or two ticks of the clock.

Please confirm that the timeout is 61µS, and not some other time.

Related