I want to use the simultaneous sampling mode of the ADCs in F28335. Currently, I have set them up for sequential sampling. The start of conversion is triggered as follows:
ADC A: Triggered by ePWM1
ADC B: Triggered by ePWM3
The ADCs A and B post their own interrupts. So my question is that they are sampled accordingly in their respective ISRs, correct?
So, if I use the simultaneous sampling mode, since both ADCs will be sampled together, should I sample them both in a single ISR? Also, should the interrupt be generated by ADC A or ADC B? If my question does not make sense, please excuse and help.