Hi All
I am trying to raise ADC sample rate for EK-TM4C1294XL via followed codes
SysCtlADCSpeedSet(SYSCTL_ADCSPEED_1MSPS); // setup the adc speed
SysCtlPeripheralEnable(SYSCTL_PERIPH_ADC0); // enable the peripheral
but the ADC sample rate is aprox 10Ksps still
How to raise ADC sample rate?
Thank you