I have tried several methods attempting to set the GIE bit in the SR, none have born fruit. __enable_interrupt(); __bis_SR_register(GIE); I also tried __bis_SR_register(LPM0_bits | GIE); My timer interrupt never happens and when I stop the program I look at the Core Registers -> SR->GIE and it is 0. Any ideas of what I am doing wrong????