Hi,
I am currently working with s32k358 multicore, i am trying use shareble memory for IPC.

i am trying use core0status and core1status variable for IPC data sharing.
but both variable declared in same memory, so each core overwriting the value.
Address of core0status and core1status, interchanged in each core.
What i am missing here? Please find the attached code.