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

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

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

跳至解决方案
2,439 次查看
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

标签 (1)
0 项奖励
回复
1 解答
1,425 次查看
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 项奖励
回复
2 回复数
1,425 次查看
koichisakagami
Contributor II

Dear igor san,

Thank you for your reply.

I got it.

Best Regards

Koichi Sakagami

0 项奖励
回复
1,426 次查看
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 项奖励
回复