I referred to the document "32G Bootloader Customization V2" to create the bootloader for S32g274a, but I encountered some problems. The bootloader can boot A53core into Linux independently and can also boot the llce CAN-Loopback program on M7core separately. However, when booting the llce CAN-Loopback program on both A53 and M7 simultaneously, A53core gets stuck in Linux and cannot enter rootfs, and the M7 program cannot run properly. But when I blocked the Platform-Init (null) function in the M7 program, I was able to enter Linux normally. I think the interrupt in the llce CAN_loopback program affected it,Can you help me modify this interrupt conflict?