Hi Joey,
Yes, I do use the example of IPCF_FreeRTOS_S32G399A_M7_0 from the installation.
honeybee1881_0-1756886849571.png
How I use it
- From "S32DS project from Example" I load the project.
- Loaded the mex file its shows warning "The loaded configuration has been created by an older version of the tool. If saved, the old version of the tool may not be able to open again". Clicked on Ok.
- I couldn't build out of the box, so I had to enable "Platform Interrupt Controller Configuration"
honeybee1881_1-1756886930868.png - After giving "Update Code" it generates code
- Build Project
- Faced error "./Project_Settings/Startup_Code/system.c:72:14: fatal error: S32G399A_MC_CGM.h: No such file or directory"
- Commented out the specific header and I am able to generate the "IPCF_FreeRTOS_S32G399A_M7_0.bin"
I load the IPCF sample from the U-Boot console.
Please let me know for further queries.