Hi,
Im trying to implement IPCF on S32G274A RDB2 board. I tried IPCF_HLD example and it works fine. But problem is that in the example Clock_Ip_Init is not used (not sure why then it is in example at all?) and my project for CM7_0 is initializing clocks by calling Mcu_Init, Mcu_SetMode and Clock_Ip_Init functions. Once I start yocto linux build (bsp30.0) from sd card and stop in u-boot after dcache off, initsram and fatload commands I run startm7 and after that loose control on terminal, I cant resume boot for linux.
My question is either how to configure u-boot to use clock config form M7 project or how to sync both projects...