This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Question about tasksArr and osaltasks.c in TIRTOS

Other Parts Discussed in Thread: Z-STACK

HI All!

In OS for cc253x is array for tasks it is - tasksArr  In this arr all tasks which i want to start (and use).   

How I understand in TIRTOS ideological was change and mu tasks I create and start other method.  BUT!  In all project is osaltasks.c  file which consist this array. And in the array place same event handler function. 

The question  - Which of case i must to place my event handler to this array?  Which of place in array?

Where can i find any information about it?