About WDOG1_ANY signal of i.MX6SoloX

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

About WDOG1_ANY signal of i.MX6SoloX

跳至解决方案
932 次查看
yuuki
Senior Contributor II

Dear all,

WDOG1_ANY signal is listed in "Table 70-1. WDOG External Signals" in Refrence Manual.

http://cache.freescale.com/files/32bit/doc/ref_manual/IMX6SXRM.pdf
- Table 70-1. WDOG External Signals(P.4651)

However, we cannot find detailed explanation about this signal.
May I have the detailed explanation of the WDOG1_ANY signal?

Best Regards,
Yuuki

0 项奖励
1 解答
708 次查看
igorpadykov
NXP Employee
NXP Employee

Hi Yuuki

below explanation was received from the designer:

WDOG1_ANY is the global watchdog signal.  It is essentially:

WDOG1_ANY = (WDOG1_B) && (WDOG2_B) && (WDOG3_B)

A better name for WDOG1_ANY might be “WDOG_GLOBAL_B”,

because it goes low if any of the WDOGx_B signals go low (assert).

It goes low if “any” of the WDOGx_B signals assert.

Best regards

igor

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

在原帖中查看解决方案

0 项奖励
1 回复
709 次查看
igorpadykov
NXP Employee
NXP Employee

Hi Yuuki

below explanation was received from the designer:

WDOG1_ANY is the global watchdog signal.  It is essentially:

WDOG1_ANY = (WDOG1_B) && (WDOG2_B) && (WDOG3_B)

A better name for WDOG1_ANY might be “WDOG_GLOBAL_B”,

because it goes low if any of the WDOGx_B signals go low (assert).

It goes low if “any” of the WDOGx_B signals assert.

Best regards

igor

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

0 项奖励