Question: msp430 chip, code composer studio c code, the objective is the make the red led blink three times and the green led two times, the

 msp430 chip, code composer studio c code, the objective is the

msp430 chip, code composer studio c code, the objective is the make the red led blink three times and the green led two times, the push button does not have to be used it's optional, here is the starting code

MSP430G2ET chip Texas instruments

#include - blink.c void main(void) WDTCTL = WDTPW | WDTHOLD PIDIR = @x41; PIREN =x08; P10UT = @x08; while(1) // stop watchdog timer // configure P1.6 as output // Pull up resistor to push button if (!(P1IN & ex08) T PLOUT^=@x01; P1OUT&=x40; else P1OUT ^= @x40; P1OUT &= -x01

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!