Is there any disadvantage of turning off the ADC clock between conversions?
Is there any disadvantage of turning off the ADC clock between conversions (to save power)?If I do this for example:RCC_APB2PeriphClockCmd(RCC_APB2Periph_ADC1, ENABLE); ... Do one conversion... RCC_APB2PeriphClockCmd(RCC_APB2Periph_ADC1, DISABLE)...