Hi @nirmal_masilamani,
What would be the purpose of it?
Each core project in the S32DS IDE (S32K3xx RTD) has its own configuration tool and corresponding .mex file. This is necessary because typically, each core is responsible for different tasks and therefore uses different peripherals.
For example:
If CM7_0 uses the ADC, its RTD folder will include the source files for the ADC driver.
If CM7_2 uses the UART, its RTD folder will contain the UART driver source files.
Even though some RTD source files may exist in both projects, only the modules and functions actually used by each core are compiled and linked into its final image.
Regards,
Daniel