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.

CCS/MSP430F5359: PORT U OF MSP430F5359

Expert 1165 points
Part Number: MSP430F5359

Tool/software: Code Composer Studio

i'm trying to use port U of msp430, configuration is as follow, i couldn't figure out how clear  PUSEL to use Port U pins (PU.0/PU.1) function as general-purpose i/o. please help me
PUCTL |= PUOPE;
if (some condition){
PUCTL |= PUOUT1
PUOUT0;}
if (some condition){
PUCTL |= PUOUT0;
}

**Attention** This is a public forum