FS8530-WDG

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

FS8530-WDG

1,273 次查看
zhang_ke_dong
Contributor I

I have done the following to close FS8530 watchdog according to the data manual, but have not been

successful in closing watchdog. After operation only let FS8530 reset frequency reduced.

Is there a good way to close the watchdog register?

Looking forward to your reply

  • Here is my code

FS8x_WD_Refresh(drvData);

FS8x_WriteRegister(drvData, true, 0x13, 0x4204);//enter INIT_FS

FS8x_WriteRegister(drvData, true, 0x0D, 0x020B); //disableWDG
FS8x_WriteRegister(drvData, true, 0x0E, 0xFDF4); //disableWDG

FS8x_WD_Refresh(drvData);

0 项奖励
回复
1 回复

1,252 次查看
guoweisun
NXP TechSupport
NXP TechSupport

You need follow below picture datasheet page23:

guoweisun_0-1685327277726.png

 

0 项奖励
回复