SWT in MPC5777C

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

SWT in MPC5777C

跳至解决方案
1,960 次查看
Nagendra_Kumar
Contributor II

Hi, 

I am using MPC5777C for application.

I need to reset Core1(not core0) on Watchdog Timeout. Is this possible by using SWT available in the device?

Your help is very much appreciated. 

thanku

0 项奖励
回复
1 解答
1,936 次查看
davidtosenovjan
NXP TechSupport
NXP TechSupport

Hi, you could do it SW way in first timeout. First timeout invokes interrupt, in the ISR you could reset the core by write to SIU_RSTVEC0/1[RST].

As reaction to second timeout, it cannot be configured, it always reset the whole device.

在原帖中查看解决方案

1 回复
1,937 次查看
davidtosenovjan
NXP TechSupport
NXP TechSupport

Hi, you could do it SW way in first timeout. First timeout invokes interrupt, in the ISR you could reset the core by write to SIU_RSTVEC0/1[RST].

As reaction to second timeout, it cannot be configured, it always reset the whole device.