Search found 3 matches

by dcompagn
Tue Mar 15, 2016 2:34 pm
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Wrong spinlock implementation for Tricore?
Replies: 1
Views: 2268

Wrong spinlock implementation for Tricore?

Hi all, I'm facing some problem using "EE_tc_sync_barrier" to synchronize the task execution. Can that function be used inside tasks or just in the kernel? I'd just like to be sure the spinlock mechanism, used in barriers, has been correctly implemented. The current implementation rely on the atomic...
by dcompagn
Tue Sep 22, 2015 12:20 pm
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Issue on tasks priorities
Replies: 1
Views: 1275

Re: Issue on tasks priorities

I apologize for the question. Obviously, priorities are correct. :)
by dcompagn
Tue Sep 22, 2015 12:06 pm
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Issue on tasks priorities
Replies: 1
Views: 1275

Issue on tasks priorities

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 0x...