context trap, TriCore

Forum related to ERIKA Enterprise and RT-Druid version 2

Moderator: paolo.gai

Post Reply
szalokicsiga
Newbie
Posts: 24
Joined: Thu Oct 13, 2016 2:49 pm

context trap, TriCore

Post by szalokicsiga » Wed Oct 19, 2016 12:51 pm

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
Full Member
Posts: 166
Joined: Tue May 10, 2011 2:05 pm

Re: context trap, TriCore

Post by e.guidieri » Fri Oct 21, 2016 8:45 pm

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

Post Reply