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.