Event handling problem
hwulf at et-inf.fho-emden.de
hwulf at et-inf.fho-emden.de
Mon Mar 19 10:44:48 UTC 2007
Dear all,
I've got a little problem with the RTEMS Events.
The test case:
Task 1 sends a event to Task 2 and dies right after that.
Now Task 2 doesn't ever get that event.
Is it necessary, that Task 1 keeps a while alive, so that
Task 2 could get that event?
When I add the line "rtems_task_wake_after(1);" in the Task1
function right after the rtems_event_send()-call, then
Task 2 gets the event.
What is going on there?
Thank you very much in advance,
Hank
More information about the users
mailing list