Behavior of SCU_WDOG_OUT pin

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Behavior of SCU_WDOG_OUT pin

1,573 Views
Kazuma_Sasaki
Senior Contributor I

I found following description in datasheet. It means that iMX8QXP will output high signal after watchdog timer is expired.

Is it right? Can I assert SCU_WDOG_OUT signal any other way?

 

pastedImage_1.png

pastedImage_2.png

Best Regards,

Kazuma Sasaki.

Tags (1)
0 Kudos
4 Replies

1,119 Views
oleksiibidnichenko
Contributor I

"And if hardware had connected the SCU_WDOG_OUT pin from iMX8QXP to PMIC's WDI pin, then during SOC reset, the PMIC will also do hard reset to make a POR reboot for the whole system.” 
We also have to configure IMX8QXP_SCU_GPIO0_01_SCU_WDOG0_WDOG_OUT isn't it? If so, which node should use this ball configuration? For example, imx8mp has a wdog1 node for this purpose, is there any equivalent for QXP as well?

0 Kudos

1,395 Views
joanxie
NXP TechSupport
NXP TechSupport

1)It means that iMX8QXP will output high signal after watchdog timer is expired.

> do you mean after watchdog timer is reset?

2)pls find the pic as below about reset case

Selection_387.png

0 Kudos

1,395 Views
Kazuma_Sasaki
Senior Contributor I

Dear Joan,

I appreciate your support.

Currently we are connecting SCU_WDOG_OUT pin to PMIC's WDI pin same as MEK design.

When iMX assert SCU_WDOG_OUT, PMIC will start the reset operation.

therefore,  I would like to know the conditions under which SCU_WDOG_OUT is asserted.

iMX8DX contain two watchdog modules in SCU and M4 subsytem.

I don't understand the relevance of both modules to SCU_WDOG_OUT pin. 

Best Regards,

Kazuma Sasaki.

0 Kudos

1,395 Views
joanxie
NXP TechSupport
NXP TechSupport

refer to the Reference Manual, After loading an image. If the image is bigger than the size which can be loaded
within the WDOG timeout, depending on the image size and the speed of the boot interface, a WDOG timeout will occur and the chip will reset. 

for M4 and SCU, This chip features one configurable Cortex-M4 subsystem and a dedicated Cortex-M4 subsystem within the SCU,The SCU is made of a Cortex-M4 processor and a set of peripherals and interfaces to connect to external PMIC and to control internal subsystems.

one also can refer to the SCFW document as below, pls focus on the

“ote:

In default SCFW, it had already used internel watchdog to make sure SCFW is always running, if SCFW is built as no debug version (M=0 D=0), all SCFW halt will cause SOC reset. And if hardware had connected the SCU_WDOG_OUT pin from iMX8QXP to PMIC's WDI pin, then during SOC reset, the PMIC will also do hard reset to make a POR reboot for the whole system.”

<https://community.nxp.com/docs/DOC-343102 >

0 Kudos