TSK_handle - bo0ya4 - Dec 5 7:10:00 2005
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

(You need to be a member of code-comp -- send a blank email to code-comp-subscribe@yahoogroups.com )
Re: TSK_handle - Marko Panger AGB Lab - Dec 5 9:44:00 2005
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

(You need to be a member of code-comp -- send a blank email to code-comp-subscribe@yahoogroups.com )