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.

CCS/MSP432P401R: MSP432P401R ADC14 SAMPLE AND CONVERSION CLARIFICATION WITH DRIVERLIB

Part Number: MSP432P401R


Tool/software: Code Composer Studio

I am looking at an application where i need to implementing an algorithm on samples obtained simultaneously from a pair of inputs. Can the ADC14 module be used with driverlib?

To clarify, when 2 external inputs are used, which of the following occurs:

a) The sample and hold module samples all inputs simultaneously but conversion occurs one after the other with each channel result stored in a separate memory buffer.

b) The sample and hold module will perform a full sample and convert cycle on one input channel, then proceed to perform another sample and convert cycle on the next channel.

Approach a) will be ideal for my algorithm. 

**Attention** This is a public forum