This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

MSPM0G3507: ADC Simultaneous Sampling

Part Number: MSPM0G3507

Tool/software:

Hello.

Two questions.

1. Simultaneous sampling - if both ADCs have interrupt set...what has priority ?

2. Is there some way I can read the data from both ADCs at the same time  - I am very pushed for time !

I can do

adc0Res = DL_ADC12_getMemResult(ADC12_0_INST, DL_ADC12_MEM_IDX_0);
adc1Res = DL_ADC12_getMemResult(ADC12_1_INST, DL_ADC12_MEM_IDX_0);
But would prefer a single read...

Regards

Phil