2012-02-22 02:15 PM
Does the code in the stm32fxx_stdperiph_lib examples only turn on the functions being used in the example and gates off the other peripherals? I am trying to measure current consumption for my specific mix of peripherals.
I was not clear to me in which module the clock control of the peripherals is set. #stm3220g-eval2012-02-22 02:54 PM
I was not clear to me in which module the clock control of the peripherals is set.
RCC Typically via the APB and AHB clocks. Although most of the current comes from driving the external pins.