S32K344 - After interrupt is triggered, code is going to Default Handler.

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

S32K344 - After interrupt is triggered, code is going to Default Handler.

跳至解决方案
127 次查看
siva_04
Contributor I

Hi Team,

I have configured the GPT interrupt and configured 3 tasks with different ticks like 1,2,3 seconds respectively. After the code will go to the default handler. 

siva_04_0-1718176099424.png

 

Could you please guide me?

0 项奖励
回复
1 解答
104 次查看
danielmartynek
NXP TechSupport
NXP TechSupport

Hi @siva_04,

The error on EXC_RETURN can be caused by invalid context switch, corrupted stack on exception return.

For example, because of a stack overflow.

There is too little information in the description.

https://community.nxp.com/t5/S32K-Knowledge-Base/How-To-Debug-A-Fault-Exception-On-ARM-Cortex-M-V7M-...

 

BR, Daniel

 

 

在原帖中查看解决方案

0 项奖励
回复
1 回复
105 次查看
danielmartynek
NXP TechSupport
NXP TechSupport

Hi @siva_04,

The error on EXC_RETURN can be caused by invalid context switch, corrupted stack on exception return.

For example, because of a stack overflow.

There is too little information in the description.

https://community.nxp.com/t5/S32K-Knowledge-Base/How-To-Debug-A-Fault-Exception-On-ARM-Cortex-M-V7M-...

 

BR, Daniel

 

 

0 项奖励
回复