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
已解决! 转到解答。
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!
-----------------------------------------------------------------------------------------------------------------------
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!
-----------------------------------------------------------------------------------------------------------------------