Watchdog disable

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

Watchdog disable

跳至解决方案
3,133 次查看
shamiksaha
Contributor II

Hi guys,

As a mistake while blowing the fuses in U-Boot, I set the watchdog enable fuse as well, now every 90 seconds my board gets reset. Can the watchdog be disabled by software in uboot after setting the fuse??

Please help.....

标签 (2)
0 项奖励
回复
1 解答
2,946 次查看
shamiksaha
Contributor II

Thanks for your reply Yuri,

I found the solution. In the System Reset Control register (SRC_SCR) at address 0x20d8000 there is a watchdog mask bit. On setting this bit i'm able to avoid the constant resetting, however due to this software rest is disabled and I have to manually reset the board everytime.

regards,

Shamik

在原帖中查看解决方案

2 回复数
2,946 次查看
Yuri
NXP Employee
NXP Employee

Hello,

  According to Watchdog Control Register (WDOGx_WCR) description

the WDZST, WDBG, WDW, WDE, WDT bits  are write-once only bits.
Once the software does a write access to these bits, they will be locked

and cannot be reprogrammed until the next system reset assertion.


Have a great day,
Yuri

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

0 项奖励
回复
2,947 次查看
shamiksaha
Contributor II

Thanks for your reply Yuri,

I found the solution. In the System Reset Control register (SRC_SCR) at address 0x20d8000 there is a watchdog mask bit. On setting this bit i'm able to avoid the constant resetting, however due to this software rest is disabled and I have to manually reset the board everytime.

regards,

Shamik