rtems_task_resume within ISR

Tobias Schoofs tobias.schoofs at gmx.net
Fri Oct 17 08:50:28 UTC 2008


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



More information about the users mailing list