Re: Init task

2019-08-04 Thread Sebastian Huber
Hello Yaron, On 04/08/2019 15:05, yaron o wrote: hello all, In my application i am usingĀ  rtems_task Init(rtems_task_argument argument) as my main (and only) task and that is where the application start to work , i want to add one more task with the lowest priory. my first question is what i

Init task

2019-08-04 Thread yaron o
hello all, In my application i am using rtems_task Init(rtems_task_argument argument) as my main (and only) task and that is where the application start to work , i want to add one more task with the lowest priory. my first question is what is the priority of the Init Task ? and second if i creat