Part Number: TMS320F28388D
Other Parts Discussed in Thread: TINA-TI
Hello. We are sampling four channels simultaneously using ePWM2 via DMA and using the channel 3 of every one of four ADCs (ie ADCINC3, ADCINA3, ADCINB3 & ADCIND3).
adcRegs->ADCSOC0CTL.bit.TRIGSEL = 7;
The data is sampled synchrosnously, however we see a strong (oscillation or coupling?) signal when using ADCINB3 and ADCIND3 (not with ADCINC3 and ADCINA3). The circuit is the same for all 4 channels and we even tried to shortcircuit from the source to the shortest path of our PCB board with the same result.
We even tried to interchange every signal source from ADCINC3 to ADCINB3 and viceversa, with the same result....everything connected to ADCINB3 and ADCIND3 is noisy and not with ADCINC3 and ADCINA3.
To give you and idea here is a video and the effect we are seeing. All signals should be constant, hoever ADCINB3 (yellow) and ADCIND3 (blue) are oscillating:
And this is our circuit regarding ADCs:

This is a problem for us since we are using the phase of the signal.
This happens in all the boards.
What is your suggestion for this issue? Is it crosstalk? Is there any issue with the synch of ePWM accross all ADCs?
Is there any register we should modify?
Thank you