[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
rtems_task_resume within ISR
- Date: Fri, 17 Oct 2008 09:50:28 +0100
- From: tobias.schoofs at gmx.net (Tobias Schoofs)
- Subject: rtems_task_resume within ISR
Ingolf Steinbach wrote:
>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
>
>
>
Indeed, makes sense!
Thanks,
Tobias