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.