Hi @vasanth-sr
To use Adc read without interrupt, you need to enable this feature in Group configurations array container

Then disable Interrupt EOC in AdcInterrupt container:

When using this feature, you don't need to config interrupt after conversions, instead, only Adc_ReadGroup() can be used to get conversion results.
So the sequence in implementation should be:
Adc_SetupResultBuffer();
Adc_StartGroupConversion();
Adc_ReadGroup();
Please see my example in attachment, it's modified from S32K344 ADC example, but you can use the same sequence for S32K312