Skip to main content
romain2399
Associate II
June 3, 2003
Question

STOP Mode

  • June 3, 2003
  • 5 replies
  • 1256 views
Posted on June 03, 2003 at 20:04

STOP Mode

This topic has been closed for replies.

5 replies

vialchrys1
Associate
May 17, 2011
Posted on May 17, 2011 at 11:32

The HALT mode has the lowest power consumption mode (typ. 1ua) and it can be exited just by an external reset. Whereas the STOP mode can be exited by one of the 16 external WAKE-UP lines, resuming the code where it was stopped.

[ This message was edited by: drys on 24-09-2002 17:42 ]
romain2399
Associate II
May 17, 2011
Posted on May 17, 2011 at 11:32

What is the difference between the HALT and the STOP Modes ?

johan239955_stm1_stmicro
Associate III
May 17, 2011
Posted on May 17, 2011 at 11:32

Check

http://www.stmcu.com/forums-cat-472-4.html

(see ST92F150 current consumption) for stop mode value.

You will notice that stop and halt current consumption are much different.

Take care,

Jojo

[ This message was edited by: jojo on 03-06-2003 23:35 ]

johanpauvert2
Associate III
May 17, 2011
Posted on May 17, 2011 at 11:32

Stop Mode is only available with F124, F150 and F250 devices. Stop mode current consumption should be closed to Halt mode because both modes stop all clocks so CPU and peripherals.

Low Power WFI Mode current consumption is provided in the ST92F124/F150/F250 datasheet : 500uA typ, 800uA max at 4MHz/32

You can exit from this mode by an internal interrupt so yes you can periodically wake-up your ST9 using a timer

Skywalker
giovanni239955
Associate III
May 17, 2011
Posted on May 17, 2011 at 11:32

How much is the consumption in Stop Mode?

And how much is the consumption in ''Low Power Wait for Interrupt mode''? Can I periodically wake-up in this mode (with timers, not only with wake-up lines)?

Thanksssss

Ciao