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.

problem with Task Fun Arg when create task use BIOS Config TOOL

Hi,all!

 How to  write a arg in the BOIS TSK :

  Task fun arg0:(how to write here)?

 

if i have a tsk(int stat)

then how to write the stat in BIOS ConfigureTool,

Can someone do me a favor!

Thank you!

Regards Xavier!

  • Wherever you create your task, there is a place nearby where you specify the optional argument.

    If you create your task statically within the DSP/BIOS Graphical User Interface (GUI), there is a line where you specify the name of the function. Just below this is where you specify the arguments if you choose to use them.

    If you create your task dynamically using the TSK_create function call, then you will want to refer to the DSP/BIOS API Reference Guide for that instruction.

  • Hi, RandyP:

    Tahnk you for your help!

    Xavier