Good afternoon,
First of all, I would like to precise that I am quite a beginner so sorry if my question looks obvious or stupid, but I could find an answer based only on the documentation.
I have quite understood how to configure and trigger an ADC sequence from PWM generator 0
ADCSequenceConfigure(ADC0_BASE, ADC_SEQ0, ADC_TRIGGER_PWM0 | ADC_TRIGGER_PWM_MOD0, 0);
However, I would like to trigger the same sequence also from PWM generator 1. The aim is to have the sequence triggered by both PWM generators. Would that be possible and how?
Best regards,
Damien SIX