Page 1 of 1

context trap, TriCore

Posted: Wed Oct 19, 2016 12:51 pm
by szalokicsiga
Hi!

I am facing with a context trap problem after an interrupt service request runs. Trap appears in EE_tc_isr2_global_wrapper() function at __rslcx().
I cannot find the solution. Any idea?

Re: context trap, TriCore

Posted: Fri Oct 21, 2016 8:45 pm
by e.guidieri
Hi

That kind of trap is the equivalent of a "stack overflow due to unterminated recursion" in TriCore, so problably you are not handling corretly the ISR (acknowledging the soure) that keep to nest on it self.

Errico