Hi,
The ADCx_SC1A /B configuration registers correspond to two triggering options - channel specified by SC1A is used when trigger A is received and channel from SC1B is used when trigger B is received (it can be either software of hardware trigger). However, there is still only one A/D converter.
To configure it to measure it the way you described , there needs to be used also PDB peripheral to provide the triggers - trigger A first and then trigger B. There should be possible to setup PDB for back-to-back operation so it would behave the way you have described (measure A and then immediately B).
The ADC_LDD component does not provide this functionality, but it can be configured using Init_ADC and Init_PDB components.
Do you want to do the triggering periodically ?
best regards
Petr Hradsky
Processor Expert Support Team