Hi,
I'm using S32K144 internal watchdog timer to reset controller.
I'm using internal oscillator and Watchdog Clock source is WDOG_LPO_CLOCK = 128 KHz.
I'm using formula: timeout (s) = 256 * (1 / clk) * TOVAL
If Timeout = 1 sec then TOVAL = 500 but controller is resetting after 2 sec.
If Timeout = 3 sec then TOVAL = 1500 but controller is resetting after 4 sec.
If Timeout = 5 sec then TOVAL = 2500 but controller is resetting after 6 sec.
I'm getting difference of 1 sec always.
Clock settings:
Watch Dog settings for 5 sec:

Please help me with this.