Hi TI team,
Currently I'm configuring ADC for my project. In this project, I use 3 ADC channel (A0_0, A0_5 and A0_7). Therefore, I use 3 MEMCTL register (MEMCTL0,MEMCTL1,MEMCTL3), the same for MEMRES. The configuration for MEMCTL is :
-Disable window comparator.
-Next conversion is automatic.
-Disable burn out current source.
-Select SCOMP0 as source of sample timer period
-VRSEL to VDDA reference
My question is when I start the ADC conversion, I need to wait until all 3 MEMCTL channel completed, right ? Does this mean that when I configure more channel, it will take more longer time ? Is it possible that I start conversion for 1 channel only and get the result from it only ?

