I'd like to know if I could configure the following:
the ePWM module shall trigger the ADCs each 10µs
all 3 ADCs shall be started in parallel, where a sequence (BURST) shall be configured, that I have finaly 3 * 5 Channels.*
This shall be confgured in a kind of oversampling method, that I just get a Interrupt after each 4th ADC sequence (40us).
(I want to avoid a 10us Interrupt to reduce the CPU Load)
I want to postprocess the Data of all for sequences in that interrupt.
Is it possible to configure that in combination with ePWM, ADC and e.g. DMA?
For parallel triggering ADC and SOCs form ADC I found many examples, also I found examples of using DMA for the ADC results.
But so far I am not sure if these pattern of a Interrupt each 4th event is possible.
*The 10us is just required for 3*3 Channels, other channels could be slower (like in the pfc3phvienna_F28004x example)