2012-02-07 06:43 PM
Hi,
Currently, I am designing an application board for STM32VLdiscovery with batteries. In order to decide the parameters of step-up converter, I would like to know the current consumption of STM32VLDiscovery, although the current consumption changes on each application.Can anyone give me some advice, please?
#power-consumption2012-02-08 02:51 PM
The datasheet breaks out the power usage for the core by clock rate, and for each peripheral. This makes it very easy to estimate the power use for a specific implementation.
But for a general purpose development board, there is an even easier estimation: almost all power will be drawn by external devices. A single output pin can supply more power than the chip uses internally. An inefficient power LED might draw more than the 10mA used by application code that does an occasional wfi() or wfe().