Page 1 of 1

memory protection erika in tricore

Posted: Thu Jun 13, 2019 10:06 am
by Yuriy
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.

Re: memory protection erika in tricore

Posted: Thu Jun 13, 2019 11:10 am
by paolo.gai
Hi Yuriy,

ERIKA3 does not support yet Memory Protection.

Ciao,

PJ