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?
context trap, TriCore
Moderator: paolo.gai
Re: context trap, TriCore
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
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