All,
This is more a question related to the Tiva peripheral library, when using ADCClockConfigSet, is it actually mandatory to provide any ADC_CLOCK_RATE_* argument?
Currently we call this function as "ADCClockConfigSet(ADC0_BASE, ADC_CLOCK_SRC_PIOSC, 1);"
We then set up our actual sampling rate by using the adc trigger timers to sample at 1KHz, so is it actually needed to provide this second argument along with the clock source? What will be the effect of writing a 0 to the ADC sample rate in the ADC peripheral configuration register that this function seems to do when lacking this argument?
Thank you in advance,
Jesse