Question
what is Keil builtin Function/command to set the Prescaler for stm32f103 ?
reading the reference manual of stm32f103, i came to know that ADC prescaler is set using RCC_CFGR in keil.
hence in keil
xxxxxxxxxxxxxxxxxxx=RCC_CFGR_ADCPRE_DIV2;
i dont know what to put at the place of xxxxxxx in Keil ?
as in case of stm32f4 i know
ADC_CommonInitStructure.ADC_Prescaler = ADC_Prescaler_Div2;
but it does not work for stm32f103
can you help me please regarding this.
thanks