Other Parts Discussed in Thread: MSP430F2274, MSP430G2231
Hi
I am trying to get an output at one of the pins of the Msp430f2274 (Pin2.2). I have the following code but I do not see any output at the pin. I checked with an oscilloscope and a DMM. My code is given as follows:
P2SEL = ~BIT2;
P2REN &= ~BIT2;
P2DIR |= BIT2;
P2OUT |= BIT2;
Thanks for the help.
Jehan
P.S. this is urgent