Hi all,
When is the best time to use hibernate modes of the Tiva microcontrollers vs. the sleep modes? If you use hibernate, the current consumption is ridiculously low, but programming becomes more difficult since the content in ram is lost. Programming deep sleep is easier, but the current consumption is high when compared to the hibernate modes.
For example, in my application, I've configured the processor to wake up from hibernate once every 10 seconds to gather and transmit some sensor measurements. When the processor is hibernating, I've measured a 7uA current draw (which is awesome!), but I don't know if there is a high current draw associated with the startup process that negates the hibernate time. Is ten seconds to short for a hibernate time and would I better off trying to get the deep sleep modes working well? Also, is the 600uA deep sleep current draw specified here (http://www.ti.com/lit/wp/spmy010/spmy010.pdf) accurate?
I'm sorry if this is a very basic question, it's just a design consideration I haven't seen much documentation about. Thanks in advance for any help!
- NG