Part Number: TMS320F280045
Other Parts Discussed in Thread: C2000WARE

Hello, I would like to configure my ADCA A2 for oversampling. As shown in the concept diagram, in the picture below.
I would like to use EPWM1 as 16kHz PWM, and with that I would like to oversample my ADC Input A2 with SOCA event at ctrA == PRD event.
Then using EPWM2 as 4kHz PWM, with ctr=ZERO interrupt, calculate the average of the ADC result registers for SOC0 to SOC3.
The question is -> How can I configure the oversampling ADC based on Ctr == PRD events, and not sequentially one after another. (As listed in 13.4.2 Oversampling Conversion from ePWM Trigger -> in the reference manual).
(I cant use Interrupt Subroutine at EPWM1SOCA trigger event):
Any Inputs and ideas would be really appriciated.