Hi @danielmartynek
I have reffered the IPCF burst example project and edited my S32K358 Multicore code . I have added the Platform MCAL driver and IPCF middleware driver to both M7_0_0 and M7_0_2 projects. I have made sure that i had he MCU MCAL driver in the M7_0_0 project. I have followed these driver configurations as per the example codes.
Once the programs are flashed, the execution gets interrupted in the IPCF hw instance initialisation. I am getting a hardfualt due to the IPCF interrupt set for core0. I am getting the exact same issue for core2.

When i simply ran the IPCF example given in the examples library, i am getting hard fault error for a different reason. On analysing it, i found out it is something to do queue write and read sizes with the managed/un-managed channels configured for IPCF instances.

Just be clear, i have not made any configurations with respect to the IPCF example and the multicore code. Please find the attached projects and please tell me where and what am i missing.
Is there any reference or a user manual that i can go through, and helps me understand the ins-and-outs of the IPCF middleware driver.
Soumik