Hi emerging,
After checking and supporting in private message, i think the reason comes from the BctuHwUnit did not get configured and the Trigger sources for ADC group are not correct.
Since the DMA works with external triggers, than i assume that the groups with BCTU trigger are not working.
If you intend to use BCTU triggers, then you have to configure the BCTU Hw Unit by enabling the CTU Control Mode API

Then you can configure the BCTU group source with the corresponding eMIOS trigger

The conversions can run with Single channel or LIST
Also, you can configure FIFO data to storage the ADC conversion results,...
As your channel groups are:
For trigger one i have to read
P6_ChanNum6
P0_ChanNum0
P2_ChanNum2
For trigger 2 i have to read
P7_ChanNum7
P3_ChanNum3
S8_ChanNum32
P1_ChanNum1
P5_ChanNum5
For trigger 3 i have to read
P6_ChanNum6 ( repeat)
P0_ChanNum0 ( repeat)
P4_ChanNum4
So,
you put all channel stick together from ID 0 to ID 10.
The Trigger_0 should start from ID 0

And in the Channel 2, you tick it as Last channel.
For Trigger_1, the Start ID is 3
and In channel 7 (P5_ChanNum5), select it as Last Channel.
This sequence is 2 lists with different number of channels, breakpoints and start ID

You can read chapter 64.3.2.3 with CL channel rules
Also the FIFO data will be storage, with last channel conversion notification you can check the data for each group.
This should be describe in RM chapter 64.3.3
| 64.3.3 |
ADC conversion results access |
This below is my summary, please let me know if you have further updates about this.
Thank you,
Nam.