Does the SRS (Software Reset Signal) Bit of the WDOG Register reset the system?

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

Does the SRS (Software Reset Signal) Bit of the WDOG Register reset the system?

跳至解决方案
468 次查看
simon_ko
Contributor III

I'm reviewing WDOG on the i.MX 8M Plus.

Page 973 of IMX8MPRM Rev.1 says that WDOG generates reset signal by SRS.

2023-01-09 00 59 41.png

 

However, the SRS bit description of WCR Register says that Software Reset is not generate in Block.

 

2023-01-09 01 01 36.png

 

I don't understand this part.
Please explain.

 

Thanks.

0 项奖励
回复
1 解答
447 次查看
Sanket_Parekh
NXP TechSupport
NXP TechSupport

Hi @simon_ko ,

I hope you are doing well.
 
It suggests that the SRS bit doesn't not necessarily resets the system as WDOG_RESET_B_DEB doesn't generate software reset directly. unlike wdog_b which can be used to reset PMIC.
 
WDOG_RESET_B_DEB is given as input to SRC(refer to Figure 6-31. SRC inputs and outputs in RM)  and the Reset functionality of cores can be configured using the SRC register.
 
One can refer to MASK_WDOG1_RST in 6.5.5.2 A53 Reset Control Register and  6.5.5.4 M7 Reset Control Register in RM for more information,
 
Thanks & Regards,
Sanket Parekh

在原帖中查看解决方案

1 回复
448 次查看
Sanket_Parekh
NXP TechSupport
NXP TechSupport

Hi @simon_ko ,

I hope you are doing well.
 
It suggests that the SRS bit doesn't not necessarily resets the system as WDOG_RESET_B_DEB doesn't generate software reset directly. unlike wdog_b which can be used to reset PMIC.
 
WDOG_RESET_B_DEB is given as input to SRC(refer to Figure 6-31. SRC inputs and outputs in RM)  and the Reset functionality of cores can be configured using the SRC register.
 
One can refer to MASK_WDOG1_RST in 6.5.5.2 A53 Reset Control Register and  6.5.5.4 M7 Reset Control Register in RM for more information,
 
Thanks & Regards,
Sanket Parekh