energia / Energia

Fork of Arduino for the Texas Instruments LaunchPad's
http://energia.nu
Other
793 stars 673 forks source link

Hibernate Tiva C 123GXL #737

Closed luylucas10 closed 8 years ago

luylucas10 commented 8 years ago

Hi everyone. I'm working with Tiva C launchpad and I want to know How can I set hibernate or other low power mode on this launchpad with Energia IDE? I have searched a lot, but I don't found a solution for me.

Write, if possible, a code example please.

Thanks for reply!

rei-vilo commented 8 years ago

See http://energia.nu/reference/sleep/ and example at http://forum.43oh.com/topic/8608-energia-ide-msp430f5529lp-low-power-mode/

luylucas10 commented 8 years ago

Thank you! Thank you very much. It's helping me so much! I could reduce energy consumption by almost half with suspend() and wakeup().