execute multiple tasks

Luca Cinquepalmi cinquepalmi at planetek.it
Fri May 11 08:05:01 UTC 2012


Thank you friends, that was exactly the probelm. Now it works!

Luca

Il 11/05/2012 9.59, Sebastian Huber ha scritto:
> On 05/11/2012 09:54 AM, Mick Davis wrote:
>> I think your tasks need to delete themselves.
>>
>> rtems_task task1(rtems_task_argument ignored)
>> {
>>      printf("Task 1 printing\n\r");
>>      rtems_task_delete( RTEMS_SELF );
>> }
>
> Yes, a simple return from a Classic API task is a fatal error.
>




More information about the users mailing list