How to calculate the watchdog timeout

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

How to calculate the watchdog timeout

3,330件の閲覧回数
建宽高
Contributor III
  • As the title suggests ,How to calculate the watchdog timeout?  or What api are available to provide timeout?

ラベル(1)
タグ(1)
0 件の賞賛
6 返答(返信)

2,891件の閲覧回数
danielmartynek
NXP TechSupport
NXP TechSupport

Hi,

I have difficulties to understand, can you please elaborate?

Thanks,

Daniel

0 件の賞賛

2,891件の閲覧回数
建宽高
Contributor III

sorry , I didn't express my meaning

In the S32k144 environment, how does the watchdog timeout calculate, 

Can provide the relevant calculation formula about watchdog time out

0 件の賞賛

2,891件の閲覧回数
danielmartynek
NXP TechSupport
NXP TechSupport

Hello,

The timeout depends on the

  • WDOG clock source (WDOG_CS_CLK),
  • on the prescaler if enabled (WDOG_CS_PRES),
  • and on the value in Timeout Value Register (WDOG_TOVAL).

pastedImage_3.png

You can use the SDK WDOG driver:

pastedImage_4.png

Please refer to wdog_interrupt_s32k144 SDK example in S32 Design Studio:

pastedImage_5.png

Regards,

Daniel

0 件の賞賛

2,891件の閲覧回数
建宽高
Contributor III

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!   ☺

0 件の賞賛

2,891件の閲覧回数
danielmartynek
NXP TechSupport
NXP TechSupport

Hi,

timeout (s) = (1 / clk) * TOVAL 

or

timeout (s) = 256 * (1 / clk) * TOVAL

pastedImage_1.png

Regards,

Daniel

0 件の賞賛

2,891件の閲覧回数
bjrajendra
Senior Contributor I

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

0 件の賞賛