Search found 3 matches

by Yuriy
Fri Jun 14, 2019 8:17 am
Forum: ERIKA Enterprise and RT-Druid v3
Topic: two infinite loops task on one core in tricore
Replies: 3
Views: 3082

Re: two infinite loops task on one core in tricore

Thank you for fast answer. But in examples i can't use infinite loops, i should use WaitEvent and wait event. I need something like that. TASK(Producer) { for (;;){} } TASK(Consumer) { for (;;){} } TASK Consumer { PRIORITY = 2; ACTIVATION = 1; STACK = PRIVATE { SYS_SIZE = 256; }; AUTOSTART = TRUE; S...
by Yuriy
Thu Jun 13, 2019 10:10 am
Forum: ERIKA Enterprise and RT-Druid v3
Topic: two infinite loops task on one core in tricore
Replies: 3
Views: 3082

two infinite loops task on one core in tricore

Hello,

Does it possible create two infinite loops task on one core? I red about extended tasks in Erika V3.

Could you give me example OIL.

Thank you.
by Yuriy
Thu Jun 13, 2019 10:06 am
Forum: ERIKA Enterprise and RT-Druid v3
Topic: memory protection erika in tricore
Replies: 1
Views: 2317

memory protection erika in tricore

Hello everyone, Could you give me example Erika V3 memory protection. I didn't find any information in wiki for V3. I found configuration OIL only Erika V2 APPLICATION Core1App { CPU_ID = "slave1"; TRUSTED = FALSE; TASK = TaskSlave1; MEMORY_SIZE = 0x1000; SHARED_STACK_SIZE = 256; IRQ_STACK_SIZE = 25...