Hi.
In my project I have 7 different tasks defined in static CFG file.
Is there a way to define an order in which these tasks are created at run time, without affecting their priority?
Suppose there are low priority tasks that I want to execute first at boot time. What should I do to define this order?
Thanks.