This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

MSP-EXP430FR6989: replacement

Part Number: MSP-EXP430FR6989

Hi, i got a TI LauchPad and i tryed to run a code to check if the leds on the board turned on. But it does not
I all ready test to code on a other Pad from a school budy and the code runs fine
I think it might be defective
#include <msp430.h>

void main( void )
{

// Stop watchdog timer to prevent time out reset
WDTCTL = WDTPW + WDTHOLD;

P1DIR = 0X0001;
P9DIR = 0X0080;

P9OUT = 0X0080;
P1OUT = 0X0001;


}
Its a simple code just to check if the two
Leds bellow turn on
 
The weird thing it downloads fine. And a other board of the same model has been tested on the same computer and works fine
Please let us know if possible for replacement?
Best regards,
Jonathan

**Attention** This is a public forum