rtems_task_resume within ISR
Ingolf Steinbach
ingolf.steinbach at googlemail.com
Fri Oct 17 07:40:19 UTC 2008
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
More information about the users
mailing list