2007-05-29 10:10 PM
power consumption still high in power down modes?
2007-05-17 01:19 AM
What to check if power consumption is still too high while entering power down modes?
ex. enter the standby mode with STR711FR2 , 10 mA is measured ,but the data sheet shown should be 20uA?2007-05-24 08:28 PM
Be sure that you have well configured the PCU_PWRCR register to enter in Standby mode:
PCU->PWRCR |= 0x8000; /* Disable write protect in PCU_PWRCR */ PCU->PWRCR |= 0x0040; /* Enter in Standby mode */ and be sure that you have measured the consumption on V33 pin (the power input of the microcontroller).2007-05-24 09:51 PM
thank you
however,normally the power consumption requirement is for whole application,especially with battery power! so I think the major issue is what should we check about the peripheral component arragement ? ex. resisitor and capacitor values choosed? or any other firmware action needed to be check for entering power down mode to ensure low power consumption, Is there any guideline for checking?2007-05-25 03:27 AM
First, the consumption of STR712 is around 10µA when entering in standby mode(conditions: LP VReg=on, LVD=on, RTC=on) and the measurment is taken on V33 supply input of STR712.
Since you measuring the current consumption of all the board,it may be that there are other components which consume an important current. So if possible, disable or isolate these components from the power to reduce the current consumption. The resistors values, have an important involevement in the consumption in low power modes, so if possible try to use great resistor values as possible.2007-05-27 09:06 PM
take IAR STR71X start kit for example, schematic as attached,
the run mode current I measured is around 33mA, while enter in hardware standby mode, the current measured is still 13mA, what should I do in the circuit to make the current in standby mode less than 100 uA? ________________ Attachments : STR-P711_C_Schematic.pdf : https://st--c.eu10.content.force.com/sfc/dist/version/download/?oid=00Db0000000YtG6&ids=0680X000006HtOJ&d=%2Fa%2F0X0000000aPL%2FyjWdH3ZrGoak7hcDstYvQuLSrLp7DBVdQmOgwp0Ouic&asPdf=false2007-05-27 11:29 PM
Ok, please, could you specify where you measure the current in IAR STR71X start kit (on which level)? and which power source do you use: external power or J-Link source?
2007-05-27 11:47 PM
the EXT/J-LINK jumper is the point that I measure the current!
use either external 9V DC supply or J-LINK power source gets the same result at run mode 33 mA, standby mode 13 mA!2007-05-28 01:43 AM
Measuring the consumption on EXT/J-LINK jumper is not the right procedure to get a current less than 100µA. First, you have after this jumper ''PWR'' LED which consumes a current I = (5v - 2v)/560ohm = 5mA (2v : the LED voltage drop). Do not forget the other components consumption: Regulators, ST3232, STM1001 etc...
However, the STR711FR2 IAR board is not a reference design for low power. [ This message was edited by: M3allem on 28-05-2007 14:14 ]2007-05-28 01:28 PM
thanks ,got it!