iMX6Q : How to work a Watchdog Timer in the on-chip boot ROM code ?

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

iMX6Q : How to work a Watchdog Timer in the on-chip boot ROM code ?

Jump to solution
1,622 Views
koichisakagami
Contributor II

Dear community,
I consider a Watchdog Timer (WDOG) behavior in the on-chip boot ROM code.

In figure 8-2 Serial Download Boot Flow of IMX6DQRM Rev. 3,
it said ARM core will reset if no any activity within 90 seconds when WDOG_ENABLE=1.


Then,
do the WDOG External signals  ( WDOGx_B ,WDOGx_RESET_B_D ) connect to iMX6 I/O pad ?

If Yes,
which pads are connected with WDOG External signals ?

          DISP0_DAT8 or GPIO_9 or SD1_DATA2 or DISP0_DAT9 or GPIO_1 or SD1_DATA3

Best Regards,
       Koichi Sakagami

Labels (1)
0 Kudos
1 Solution
608 Views
igorpadykov
NXP Employee
NXP Employee

Hi Koichi

out of reset state of these pads are described in

Table 100. 21 x 21 mm Functional Contact Assignments i.MX6DQ Datasheet

http://cache.freescale.com/files/32bit/doc/data_sheet/IMX6DQCEC.pdf

ROM does not configure wdog external signals Upon timeout, the wdog just

asserts the internal system reset signal, WDOG_RESET_B_DEB

to the System Reset Controller (SRC).

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
2 Replies
608 Views
koichisakagami
Contributor II

Dear igor san,

Thank you for your reply.

I got it.

Best Regards

Koichi Sakagami

0 Kudos
609 Views
igorpadykov
NXP Employee
NXP Employee

Hi Koichi

out of reset state of these pads are described in

Table 100. 21 x 21 mm Functional Contact Assignments i.MX6DQ Datasheet

http://cache.freescale.com/files/32bit/doc/data_sheet/IMX6DQCEC.pdf

ROM does not configure wdog external signals Upon timeout, the wdog just

asserts the internal system reset signal, WDOG_RESET_B_DEB

to the System Reset Controller (SRC).

Best regards

igor

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

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

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

0 Kudos