Hi @Joey_z
We are using s32g3 rdb2 evaluation. the goal is to establish IPCF communication between the M7 and A53 cores.
The M7 firmware is loaded by stopping the A53 U-boot, loading the firmware in sram and start the firmware. The boot the a53 core. Upto this steps are done.
After that, I tried loading the IPCF drivers on the A53 side by following the steps from the S32DS M7 IPCF example documentation.

The ipc-shm-dev.ko module loads successfully, though it logs the expected warning:
[ 42.983443] ipc_shm_dev: loading out-of-tree module taints kernel.
However, when I try to load ipc-shm-sample.ko, it fails with a synchronous external abort.

For reference, I built the drivers from the SW32G_IPCF_4.10.0_D2405 branch against our current kernel version (6.6), and the M7 core is running IPCF firmware version 4.10.0.
Could you please help me identify what might be causing the crash or suggest a fix?