I have tried to configure a trigger generator at the beginning of PWM period. I was able to setup with this way:
- PWM Master BUS: MCB_UP_DOWN_COUNTER.
- EMIOS CHANNEL: COUNTER BUS A.
- Some channels configured as OPWMCB to generate PWM with center aligned.
- One channel configured as OPWMB to generate trigger in BCTU.
- BCTU triggering the ADC conversion.
So I had this result:


We can see in this last print, the delay P0 - time from start of PWM period until start of ADC conversion - around 1.466us.
Why is 1.466us? I couldn't remove this delay. Do I need to use other mode of PWM to generate this trigger?
Note: "ADC Conversion" channel shows the start of trigger (rising edge) and the end of conversion (falling edge).
Thanks.