Table of Contents

MSP430FR5969 Low Power Modes and Interrupts

Low Power Modes

Low power modes can drastically reduce power consumption, going from around a hundred microamps in active mode to under a microamp (or tenths of a microamp) in the 3.x and 4.x low power modes.

LPMs in C

_bis_SR_register( GIE | LPMx_bits ); bis = bit set

__bic_SR_register_on_exit(LPMx_bits ); bic = bit clear

Low Power Implementation Notes

Interrupts

Interrupt Priority

Interrupt Implementation Notes

For port interrupts:

References