WDOG_IRQHandler() at startpup issue

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

WDOG_IRQHandler() at startpup issue

跳至解决方案
991 次查看
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 项奖励
1 解答
969 次查看
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 项奖励
1 回复
970 次查看
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 项奖励