Hi@Ayaz
1 ) What is the reason for changing the ADC calibration prescaler from 4 to 1 ?
2 ) What is the reason for removing the self-test from the ADC configurations?
I actually changed these to test the effect on "BCTU_Trigger". You can ignore these changes.
3) Can you explain the changes you made to the PWM triggers, phase shift, duty cycle, and trigger? What is different between the one I made and the one you provided? What value does that provide?
These modifications are made to facilitate my observation of the trigger timing.

4 ) You have also changed the sequence of these triggers according to the ADCs. Does it need to be from ADC0 to ADC2?
Your project uses two channels to trigger two ADC instances simultaneously. In fact, this can be achieved by triggering with one channel. Of course, you can ignore these changes.
5 ) When you say “BCTU Trigger notification,” do you mean trigger notifications? I just need to be sure.
yes, in your project is "BCTU_Trigger"

6 ) Is there a difference in sampling time between sampling the precision ADC pins and the standard ones?
No different as i know.
7 ) Is there another way to perform this test?
The attached is my modified demo, with only the following two changes.
You can read the exact ADC value in "sFifoData" and the order of each channel is as expected.


So far, the only problem is that the triggering of "void BCTU_Trigger(void)" does not meet my expectations. I have reported this problem to the internal forum. You can treat it as a bug.
I will reply to you by private message after getting the explanation from the internal forum.