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