[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

rtems_task_resume within ISR



Hi.

2008/10/16 Tobias Schoofs <tobias.schoofs at gmx.net>:
> I want an ISR to activate an error handler process on certain faults. I
> assumed that the following simple code would activate the error handler
> (which is the process with the highest priority, but normally suspended)
> AFTER the completion of the ISR:

Alternatively, you could call rtems_event_receive() from your error
handling task and send an event from the ISR.

Kind regards
Ingolf