2008-06-05 08:41 PM
different power consumption between EVAl and FWLIB code?
2011-05-17 03:35 AM
using STM3210B-EVAL
with the EVAL code enter stop mode, measured power consumption around 14 uA, but using the enter stop mode code in firmware library, the power consumption is around 600 uA!! anyone knows the difference? any suggestion when power consumption is not low enough as expected?2011-05-17 03:35 AM
Hi hg_chen,
The difference is mainly due to the parasatic leakage in the I/O and so the GPIOs should be configured to either Analog Inputs ( AIN) or as Outputs ( Push-pull) and writing 0 to the Data register to maintain a static level. You can refer as well to Low power Application Note code as well for more details ! Regards, ST1.2011-05-17 03:35 AM
Is it possible the power consumption is different for different package?
LQFP64 and LQFP100 are different?