<font size="2">
<p>Dear all,</p>
<p>Is it possible to modify the context for which the processor returns after an exception? I need the faulty task (task that caused the exception) to be suspended while another task (specific for this situation) gains control and then delete (or not) the faulty one.</p>

<div>I can't see how to do that now; by not deleting the faulty task as a response to the exception (within an interrupt request handler or within _defaultExcHandler in cpu.c) I get stucked in a loop executing the instruction causing the exception and the exception handling. </div>

<div> </div>
<div>Any help/correction is very welcome,</div>
<div> </div>
<div>best regards,</div>
<div> </div>
<div>Cássia</div></font>