2003-06-03 11:04 AM
2011-05-17 02:32 AM
What is the difference between the HALT and the STOP Modes ?
2011-05-17 02:32 AM
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 ]2011-05-17 02:32 AM
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 Ciao2011-05-17 02:32 AM
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 Skywalker2011-05-17 02:32 AM
Check
(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 ]