Internal watchdog question on i.MX6

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

Internal watchdog question on i.MX6

810 Views
charleshuang
Senior Contributor II

Hi Freescale,

Let GPIO_9 pin sets WDOG1_B. When internal watchdog on i.MX6 Dual-Core CPU is timeout, this pin will be action.

If some problems occur on CPU and internal watchdog is timeout, this pin will have action it?

Thank you.

Best Regards,

Alex

Labels (3)
0 Kudos
3 Replies

512 Views
Yuri
NXP Employee
NXP Employee

  Correct, GPIO_9 pin may be asserted, when the watchdog (WDOG1) event
takes place. It should be configured as WDOG1_B :

IOMUXC_SW_MUX_CTL_PAD_GPIO09[MUX] = 1


Have a great day,
Yuri

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

0 Kudos

512 Views
charleshuang
Senior Contributor II

Hi Yuri,

1. I read i.MX 6Dual/6Quad Applications Processor Reference Manual file. According to this document, if I want GPIO_9 pin to configured as WDOG1_B.

It is set as follows:

Pad Mux Register (IOMUXC_SW_MUX_CTL_PAD_GPIO09):

001 ALT1 — Select signal WDOG1_B. (IOMUXC_SW_MUX_CTL_PAD_GPIO09[MUX] = 1)

But I do not see the following message should be set:

IOMUXC_KEY_COL6_SELECT_INPUT[DAISY] = 0 (for mode ALT2)

Do I need to set the above message?

2. No matter what the circumstances, when the internal watchdog is timeout, this pin must be operating.

   Correct?

Thank you.

Best Regards,

Alex Cheng

0 Kudos

512 Views
Yuri
NXP Employee
NXP Employee

Correct, the daisy chain is not used for outputs.

Rrgards,

Yuri.

0 Kudos