Hi
If you open the ADC example in the S32K1 SDK or RTD, you'll find that the Pins Tool isn't enabled at all. Even if you select the ADC function for that pin in the Pins Tool, it's still generate the default value `.mux=PORT_MUX_ALT0`.
However, if you want to enable the features described in section 43.4 ADC Hardware Interleaved Channels of S32K1 RM Rev14.1, for example: ADC0_SE4 and ADC1_SE14 channels are interleaved on PTB0 pin
Then it's recommended to select ADC0_SE4 and ADC1_SE14 for PTB0 pin in the Pins Tool, The Pins Tool will then generate `.mux=PORT_MUX_ADC_INTERLEAVE`

Calling Port_Ci_Port_Ip_Init() will enable the corresponding SIM_CHIPCTL[ADC_INTERLEAVE_EN] bit, which enables ADC hardware interleaving.
Port_Ci_Port_Ip_Init -> Port_Ci_Port_Ip_PinInit -> Port_Ci_Port_Ip_ConfigureInterleave
Best Regards,
Robin
-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "ACCEPT AS SOLUTION" button. Thank you!
- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------