S32K344 window watchdog failed to get ISR(interrupt not enabled)

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

S32K344 window watchdog failed to get ISR(interrupt not enabled)

629 Views
att919873
Contributor I

Hello,

I am trying to configure window watchdog in s32k344 EVAL board, done the setting as per below snapshot.


att919873_0-1663935623781.png


Additionally have enabled setting in IntCtrl_Ip module for SWT0_IPQn.

System is getting reset, but not able to get ISR for the same.

is there any additional setting we need to do? to get interrupt?

@ndd922478  @sachin922185 

0 Kudos
Reply
1 Reply

613 Views
danielmartynek
NXP TechSupport
NXP TechSupport

Hello @att919873,

Can you take a look at the Swt_Ip_Example_S32K344 RTD example?

It works in the interrupt mode.

The Swt_Ip_IrqHandler() defined in Swt_Ip.c calls the Swt_CallbackNotification0 notification defined in main.c.

 

Regards,

Daniel

 

 

0 Kudos
Reply