Hello,
Regarding the kernel panic situation you encountered, can you try the following method and see if it is useful for you:
Originally, we had the following steps to load the binary first in DDRAM and then in SRAM:
fatload mmc 0:1 0x80000000 IPCF_Example_S32G274A_M7_0.bin
cp.b 0x80000000 0x34300000 0x300000
However, instead of running the above two commands, we ran the following command to load directly into SRAM:
fatload mmc 0:3 0x34300000 IPCF_Example_S32G274A_M7_0.bin
Please check and see if this has any effect.
Best Regards,
Celeste