I need to be able to accurately estimate the sampling/conversion time for the ADC on the MSP432P401r, with the intent to run the ADC as fast as possible.
Since I am using 14bit samples, I know the conversion time will take 16 ADC_CLK cycles. However, I am lost as to how to accurately compute the sample time. The data sheet specifies a minimum of .215 microseconds, in addition to an 'at least 4 ADC_CLK cycles" specification.
If I am running the ADC clock at 48MHz, clearly 4 clock cycles is less than .215 microseconds. Should I adhere to the .215 microseconds specification?
Or should I simply use the knowledge that the maximum throughput is 1MSPS, and calculate the number of clock cycles for sample/conversion based on that?
Thanks!