Hi,
I am using a PWM in up down count mode and the goal is to trigger different ADC measurements if the PWM counter is equal to period.
But I need to trigger different ADC channels sequential.
This means as example:
The first time the PWM event (counter = Preriod) trigger ADC SOC1.
On second event trigger ADC SOC2.
On third event trigger ADC SOC3.
On fourth event start from beginning (trigger SOC1).
And so on.
What is the best way to do this?
Thanks in advance