I am using LPC845 I want to run ADC in my application. single channel ADC working is fine and also two channel simultaneously working ok. but when I configure 3 channel I am getting problem. I stuck in (ADC_GetChannelConversionResult(ADC_Type *base, uint32_t channel, adc_result_info_t *info) this function.
Please help me to resolve this problem.