STM32F4 Current consumption versus clock speed
If I reduce the clock speed on a STM32F4 from 168Mhz to 96Mhz, with bus speeds reduced accordingly.
Should the current consumption of the processor be reduced.
I've been trying to take some current measurements, and there does not seem to be any reduction in current consumption of my board when I reduce the clock speed.
By comparison, I have another board which uses a NXP / Freescale MK22 MCU, and to save power we reduce the clock speed to 16Mhz when the board is idle
I can't use low power modes, becuase I need to maintain PWM on pins for things like backlight intensity, so reducing the clock speed was our only option
But with the STM32F4 I'm not seeing any reduction in current, even if I reduce clock speed to 16MHz, and use the maximum dividers on all the busses.