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.

ti.sysbios.knl.Task.create.fxn

I've created a new Task instance in my DSP/BIOS 6 configuration.  now I want to assign a function to the task.  but, my function is not in the fxn drop-down list.  if I force it through the source it flags that line with an error.  how do I get my function in the fxn drop-down list?

here is my function

Task_FuncPtr TaskUnitTest(UArg arg0, UArg arg1)
{
RunUnitTests();
}