WDOG_IRQHandler() at startpup issue

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

WDOG_IRQHandler() at startpup issue

Jump to solution
972 Views
pankajprasad100
Contributor III

Hi,

We have a code from the ref-Solved: S32K SDK LIN Stack not working properly with UDS - NXP Community

In the above ref code we just changed the Enable and UART pins and flashed the code and after some time we get interrupt from watch dog.

pankajprasad100_0-1643785717998.png

 

What you can suggest so that we can avoid the interrupt.

0 Kudos
1 Solution
950 Views
danielmartynek
NXP TechSupport
NXP TechSupport

Hello @pankajprasad100,

This is probably a Hard Fault exception.

Please implement HardFault handler in the project and try to debug it as explained in this thread:

https://community.nxp.com/t5/S32-SDK/s32k116-hardfault-handler/m-p/1400990#M2400

 

Thank you,

BR, Daniel

View solution in original post

0 Kudos
1 Reply
951 Views
danielmartynek
NXP TechSupport
NXP TechSupport

Hello @pankajprasad100,

This is probably a Hard Fault exception.

Please implement HardFault handler in the project and try to debug it as explained in this thread:

https://community.nxp.com/t5/S32-SDK/s32k116-hardfault-handler/m-p/1400990#M2400

 

Thank you,

BR, Daniel

0 Kudos