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.