Other Parts Discussed in Thread: SYSBIOS
I created two tasks from the main method and the handles returned a non-NULL value. The execution is at BIOS_Start and none of the task functions have been called. I have added System_printf functions in both of the task functions and I don't think the tasks are scheduled. How do I check if the tasks are scheduled and called?
I used Task_create() method to create two tasks.