Hi team,
The customer has configured as follows:
ADCClockConfigSet(ADC0_BASE, ADC_CLOCK_SRC_PLL | ADC_CLOCK_RATE_FULL,15);
for(x=0;x<2000;x++);
/* Enable the clock to ADC-0 and wait for it to be ready */
MAP_SysCtlPeripheralEnable(SYSCTL_PERIPH_ADC0);
while(!(MAP_SysCtlPeripheralReady(SYSCTL_PERIPH_ADC0)))
{
}
And then ADC cannot collect data directly, the customer would like to know how to configure the ADC 32M clock.
Could you help check this issue? Thanks.
Best Regards,
Cherry