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

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

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

Jump to solution
120 Views
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 Kudos
Reply
1 Solution
97 Views
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

 

 

View solution in original post

0 Kudos
Reply
1 Reply
98 Views
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 Kudos
Reply