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
已解决! 转到解答。
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.
在原帖中查看解决方案