Other Parts Discussed in Thread: SYSBIOS
The function passed to Task_create must be declared as follows,
typedef xdc_Void (*ti_sysbios_knl_Task_FuncPtr)(xdc_UArg, xdc_UArg);
What parameters do the parameters xdc_UArg and xdc_UArg? I can't seem to find any info on that.