SWT in MPC5777C

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

SWT in MPC5777C

Jump to solution
808 Views
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 Kudos
1 Solution
785 Views
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.

View solution in original post

1 Reply
786 Views
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.