Page 1 of 1

Task Activations

Posted: Tue Dec 11, 2007 5:30 pm
by Mangesh
Hi,

Can I limit the number of activations for a task when I use
KERNEL_TYPE = FP ?
I have created a task with the following property
ACTIVATION = 1;
But in my application, i guess there are more than 1 pending activations created for that task.

In the kernel configuration i.e eecfg.c, i dont find any definition which states that the maximum number of activations for my task should be 1.

Regards
Mangesh.

Re:Task Activations

Posted: Thu Dec 13, 2007 8:26 pm
by paolo.gai
Hi Mangesh,

the FP kernel does not have a limit on pending activations... they are basically stored on an integer counter. the OSEK conformance classes have it...

I tried to describe the thing in the document ee_porting_1_0_1.pdf , section 2.3.4...

basically the ACTIVATION parameter for tasks is ignored in FP.

Do you need a maximum numbr of pending activations in FP?

ciao,

PJ