Hi,
We use S32G-VNO-GLDBOX ver. 47800 REV D1 with S32DS, IPCF 4.9.0 D2310, RTD 4.0.2 D2306, Linux BSP 39.0.
We are able run IPCF example after rebuild linux BSP 39.0 release 5.15.129-rt with ipcf-shm release 4.9.0 D2310 available from nxp-auto-linux git using arm-gnu-toolchain 11.3rel1.
Now we want to use the IPCF RTD example in combination with MCU RTD 4.0.2 peripherals. However, we ran into a problem here, when using the Mcu_InitClock() function in the sample code and then booting the M7 kernel with uboot, the entire uboot reboots. Additionally, uboot freezes when using the Mcu_SetMode() function in the sample code. These functions are necessary for the possible use of other peripherals in our project.
So we want to ask if there is a way to reconfigure the MCU clock and peripherals of the RTD example so that they can be used together with the IPCF example.
Thanks for any advice.
@won0020