Hi, I'm using the S32K311 microcontroller, I successfully read in 18 analog inputs (6 channels o ADC0 and 12 channels on ADC1), the ADCs are triggered by the PIT to perform continous measurements, now I want to implement a solution without interrupts, I want to use DMA, but I found one example here in the community, but maybe there is someone out ther because the sample reads 5 ADC channels from one ADC only, how can I read 18 channels, how do I have to configure the DMA driver for this, I want to use BCTU, PIT and DMA to perform the ADC conversions.