Hi @Lisha
To analyze the potential cause of the behavior, let's begin with a simple project setup:
- Open S32 Design Studio (S32DS) and create a new application project.
- Give the project a name and select the S32K322 device with two cores.
- In the SDK box, select the desired SDK version for both cores. This ensures compatibility and proper configuration for your multicore setup.
- For simplicity, create a basic LED toggle application.
- To debug the multicore project in S32DS:
- Select the Debug Configuration and choose the Launch Group to load the configurations for both cores.
- You can verify the configurations by opening the debugging options for each core individually.
- Once the configurations are correct, press the Debug button. A window should appear, allowing you to debug both cores simultaneously.

For more advanced multicore applications, refer to the Inter-Platform Communication Framework (IPCF) examples. These examples demonstrate how to enable communication between applications running on multiple homogenous or heterogeneous cores, whether on the same chip or different chips, and even when running different operating systems.
You can download IPCF examples from the S32K3 Standard Software > Automotive SW - S32K3 - Inter-Platform Communication Framework.
Additionally, while the following example is from a different device, it could serve as a useful reference for your application.
S32K324 Multi-Core Example Project based on Whiteboard
BR, VaneB