Issue on tasks priorities

Forum related to ERIKA Enterprise and RT-Druid version 2

Moderator: paolo.gai

Post Reply
dcompagn
Newbie
Posts: 3
Joined: Thu Sep 17, 2015 9:50 am

Issue on tasks priorities

Post by dcompagn » Tue Sep 22, 2015 12:06 pm

Hi all,

I'm writing an example using the BCC1 conformance class and consisting of 6 tasks with different priorities in the range 1 to 6. The problem arise when RT-Druid generates the "eecfg.c" file from the OIL: tasks priorities in the EE_th_ready_prio array are the following 0x1 0x2 0x4 0x8 0x10 0x20 when I expected 0x1 0x2 0x4 0x8 0x16 0x32 as they are bitfields. This occurs even the latter priorities are enforced in the OIL. Is this correct?

Thank you for the answer.

dcompagn
Newbie
Posts: 3
Joined: Thu Sep 17, 2015 9:50 am

Re: Issue on tasks priorities

Post by dcompagn » Tue Sep 22, 2015 12:20 pm

I apologize for the question. Obviously, priorities are correct. :)

Post Reply