context trap, TriCore

Forum related to ERIKA Enterprise and RT-Druid version 2

Moderator: paolo.gai

Locked
szalokicsiga

context trap, TriCore

Post 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?
e.guidieri

Re: context trap, TriCore

Post 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
Locked