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.

MSP430F5529: GPIO configuration

Part Number: MSP430F5529


Hi all,

I'm trying to configure P2.3, P2.4 and P2.5 as Digital outputs. I configured as follows,

    PBOUT = 0x00;
    PBSEL = 0x00;
    PBDIR = 0xFF;

When I changed PBOUT |= 0x8 , the pin output was 0.192 volt. Is this correct way to configure 2nd port.

Thank you.

**Attention** This is a public forum