Hi TI team!
In https://software-dl.ti.com/mcu-plus-sdk/esd/AM263X/latest/exports/docs/api_guide_am263x/EXAMPLES_DRIVERS_ADC_MULTIPLE_SOC_EPWM.html You use only one interrupt for generating "End Of Conversion" and read result from 2 ADC instance and 6 different channels (per 3 AIN for each ADC converter).
1. How can I be sure the "End Of Conversion" is done on all 6 lines, and result will be valid?
2. On practice, I want to use one trigger (ePWM, ADCSOCA) for different ADC convertors and different numbers of lines, and main question is what I should use, to be sure conversion is done for all lines for different ADC, and results is valid there ?
Regrads!