Hello @agus_idiada
I have taken a look into the attached project.
For being able to read data from two additional Adc channels, please consider following the suggestions provided in the current thread - BctuListItem3 and BctuListItem4 could be configured to represent the specific channels you would like to address.
For achieving this, could you please follow the steps below?
- If you would like to use ADC0 Channel 3, and ADC1 Channel 3, please configure them approrpiately by setting the BctuListItems 3 and 4 on P3_ChannelNum3 - physical ADC channel of each instance.

- For being able to customize the settings of the channel, please configure each Adc Channel inside its corresponding AdcHwUnit group, in the AdcChannel tab.

- Make sure that your pins are routed to the Adc channels inside the Port component. For routing the pins to the desired functionality, add their corresponding MSCRs inside the PortConainter_0 of the Port component, and configure them as required (functionality, and other specific options).

However, please note that PTA20 that you have mentioned can't be used as an ADC channel, as this pin is routed as the SPI SIN - PortPin_LPSPI1_SIN already routes pin with MSCR 20 (PTA 20) to the LPSPI1 peripheral.

Moreover, please note that the conversion of the channels specified in the BCTU list, configured in the Adc component, is triggered by AdcHwTrigger0. This implies that the conversion of the sequence of channels configured in the list will be triggered by BCTU which receives its trigger source from EMIOS. If you would like to keep the same approach, you won't need additional Adc Hardware Triggers in your configuration, but of course this would need to match the requirements you have on your application.
If you would like to have some measurements available in your application, independent of the hardware trigger chain, please refer to the examples that we are providing inside our toolbox (e.g s32k3xx_adc_single_read which demonstrates how to perform software conversions for Adc groups)
For more details on the ADC operating modes, please consult the S32K3 Reference Manual, as it provides details on conversion modes, how the peripheral interacts with BCTU, and further information you might find useful.
Thank you,
Irina