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.

DSP/BIOS Unknown Task

Other Parts Discussed in Thread: SYSBIOS

Hello,

 

I'm trying to run a basic DSP/BIOS program. All my program does, is run BIOS_start.

Other than that, I do define hooks for task create / task end, so that when I do have tasks, they will run.

What I see is, that even before I run BIOS_start, I have a task created. Since I have a Task_Handle, I can see that the task seems to be something called ti_sysbios_knl_Task_Object__table__V.

What is this task? Why does it run? Is there any way for me to identify it, so I'd know not to do anything to disrupt its work?

 

Thanks.