void main( void )
{
// Stop watchdog timer to prevent time out reset
WDTCTL = WDTPW + WDTHOLD;
P1DIR = 0X0001;
P9DIR = 0X0080;
P9OUT = 0X0080;
P1OUT = 0X0001;
}

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.
Hi Jonathan,
Just to clarify, you have loaded/run the exact same code on other FR6989 launchpads and it is working on all other launchpads but one?
I don't see where you engage the GPIOs. Try adding:
> PM5CTL0 &= ~LOCKLPM5;
You might also want to try some of the TI Examples, maybe starting with msp430fr69xx_1.c:
Hi Amruta and Bruce,
I am still waitin for the customer's response. Thank you for checking.
Best regards,
Jonathan
**Attention** This is a public forum