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?