memory protection erika in tricore

Forum related to ERIKA Enterprise and RT-Druid version 3

Moderator: paolo.gai

Post Reply
Yuriy
Newbie
Posts: 3
Joined: Wed Jun 12, 2019 3:22 pm

memory protection erika in tricore

Post by Yuriy » Thu Jun 13, 2019 10:06 am

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

Code: Select all


  APPLICATION Core1App {
    CPU_ID  = "slave1";
    TRUSTED = FALSE;
    TASK    = TaskSlave1;
    MEMORY_SIZE = 0x1000;
    SHARED_STACK_SIZE = 256;
    IRQ_STACK_SIZE = 256;
  };


Does Erika V3 have something similar? Is V3 support TRUSTED?

Thank you.

paolo.gai
Administrator
Posts: 875
Joined: Thu Dec 07, 2006 12:11 pm

Re: memory protection erika in tricore

Post by paolo.gai » Thu Jun 13, 2019 11:10 am

Hi Yuriy,

ERIKA3 does not support yet Memory Protection.

Ciao,

PJ

Post Reply