SWT in MPC5777C

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 
1,971件の閲覧回数
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,947件の閲覧回数
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,948件の閲覧回数
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.