Hi,
I have difficulties to understand, can you please elaborate?
Thanks,
Daniel
Hello,
The timeout depends on the
You can use the SDK WDOG driver:
Please refer to wdog_interrupt_s32k144 SDK example in S32 Design Studio:
Regards,
Daniel
yes, i know about your reply
i know watch timeout about clock,prescaler and timeout value
can you provide calculation formula about wdg timeout?
such as
timeout = (1/(clk/(prescaler+1)) ) * timeout_value (ms) ?
is ths right?
thank you for your reply! ☺
Hi,
timeout (s) = (1 / clk) * TOVAL
or
timeout (s) = 256 * (1 / clk) * TOVAL
Regards,
Daniel
Hi Daniel,
I would like to know for a TOVAL of 2 with PRESCALAR Enable what exactly will be the watchdog timeout period.
Also can you kindly elaborate when the two formulae will be used you mentioned above?
Thanks in advance,
Raju