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 v5.31 TSK module

hi ,

TI's employee.

i don't know what the effect of "Task function argument" in DSP/BIOS's TSK module.

  • Arguments to task functions are optional, and can be used for application-specific purposes. 

    The DSP/BIOS User’s Guide has a time slicing example that shows using a task argument as a task “id”, which is printed out to show when individual tasks run.  A link to the latest User’s Guide is: http://www.ti.com/lit/ug/spru423i/spru423i.pdf.  Please see the example in section 4.4.6.

    Scott

  • hi,

    Scott, firstly, thank you very much for you answer my question, and then, i just don't know what time the "Task function argument 1" or "Task function argument 2" and so on will be used, because i find both "tsk example" and  "slice example" only used the "Task function argument 0", and the other argument all be set 0.

    Jack