User Tools

Site Tools


microcontrollers:msp430fr5969_low_power_modes_and_interrupts

This is an old revision of the document!


MSP430FR5969 Low Power Modes and Interrupts

Low Power Modes

LPMs in C

  • Use the following command to enter the x mode, where x = 0,1,2,3,4,3.5,or 4.5:

_bis_SR_register( GIE | LPMx_bits ); bis = bit set

  • To exit LPMx use the following command inside the Interrupt Service Routine ISR, where x = 0,1,2,3,4,3.5,or 4.5 :

__bic_SR_register_on_exit(LPMx_bits ); bic = bit clear

Interrupts

microcontrollers/msp430fr5969_low_power_modes_and_interrupts.1730316630.txt.gz · Last modified: 2024/10/30 19:30 by ibchadmin

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki