From TRM,
The maximum preload value is 0xFFF (4095).
Also, the expiration time calculation is as below.
texp = (DWDPRLD+1) x 2^13 / RTICLK
(RTICLK = 200M)
So, the maximum expiration will be (4095+1)*8192/200M = 168(ms), is it correct?
When he wants longer expiration time period (for example 3 seconds), is it possible with the internal watchdog?
Can you please give idea how to make it?
Best regards,
Hayden