Other Parts Discussed in Thread: MSP430F449 #include <msp430x44x.h> int y; void main( void ) { // Stop watchdog timer to prevent time out reset WDTCTL = WDTPW + WDTHOLD; TACTL=TASSEL1+TACLR+TAIE;//TBCTL=TBSSEL1+TBCLR+TBIE; TACCR0=100;//TBCCR0=100; TACTL…