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 A...