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.

MSP430FR2433: Output pin wont go high or low

Part Number: MSP430FR2433

Whenever i call the driver library function the pin never goes low nor can i change it to high, but if i access the registers in place of the driver lib function  i can control the pin correctly without issues.Iam configuring the pins as outputs iam not sure why it would do this.Any ideas?

GPIO_setAsOutputPin(GPIO_PORT_PX,GPIO_PINX); //Config pins

PXOut |=  (1<< PIN) //Works and can toggle pins

GPIO_setOutputLowOnPin(GPIO_PORT_PX,PIN_X); //Doesnt toogle pins

**Attention** This is a public forum