User Activity

I am a newbie into the world of embedded systems.is it possible to enable clock for ADC and TIM4 overflow update.``` CLK_DeInit();   CLK_LSICmd(DISABLE); // Use internal clock. CLK_HSICmd(ENABLE); while(CLK_GetFlagStatus(CLK_FLAG_HSIR...