- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
What you can suggest so that we can avoid the interrupt.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
