Reply by Marko Panger AGB Lab December 5, 20052005-12-05
Hi,

TSK handles created by DSP/BIOS are accesed by typing:

my_handle = &task_name;

Remember to include >>#include "bioscfg.h"<<, or your project's bios
configuration header file.

Hope it helps,
marko

bo0ya4 wrote:

>HI all. I am new to this group. I am working with the F2812.
>I need assistance in getting a TSK_handle for a task i crated with the
>DSP/BIOS configuration tool, to change its proirity or call some other
>TSK function. I can get the current task handle, but how do i get
>other task's handles?
>
>thanks
>Noam Horev
>


Reply by bo0ya4 December 5, 20052005-12-05
HI all. I am new to this group. I am working with the F2812.
I need assistance in getting a TSK_handle for a task i crated with the
DSP/BIOS configuration tool, to change its proirity or call some other
TSK function. I can get the current task handle, but how do i get
other task's handles?

thanks
Noam Horev