How to use the WDOG1 signal of i.MX6Solo

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

How to use the WDOG1 signal of i.MX6Solo

Jump to solution
1,124 Views
yuuki
Senior Contributor II

Dear All,

In our system, the external device is reset by using WDOG1 signal of i.MX6Solo.

When WDOG time-out occurred, we want to reset an external device by making GPIO_19 to Low by software.

Does such a usage have any problem?

If no problem,
Would you advise it about the setting method?

Or should WDOG1_B signal be used?
(from DISP0_DAT8 pad or GPIIO_9 pad or SD1_DATA2 pad)

May I have advice?

Best Regards,
Yuuki

Labels (1)
Tags (1)
0 Kudos
1 Solution
496 Views
igorpadykov
NXP Employee
NXP Employee

Hi yuuki

one can use wdog interrupt and toggle GPIO_19 by software

in wdog interupt routine, this is described in sect.70.4.8 Interrupt IMX6DQRM

WDOG1_B resets processor, so I would not recommend to use it for such

task.

Best regards

igor

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

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

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

View solution in original post

0 Kudos
1 Reply
497 Views
igorpadykov
NXP Employee
NXP Employee

Hi yuuki

one can use wdog interrupt and toggle GPIO_19 by software

in wdog interupt routine, this is described in sect.70.4.8 Interrupt IMX6DQRM

WDOG1_B resets processor, so I would not recommend to use it for such

task.

Best regards

igor

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

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

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

0 Kudos