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.

MSP430FR2355: If statement doesn't trap???

Part Number: MSP430FR2355

Can anyone see what may be wrong here.  variable is uint8_t.  with values of 0x40 and 0x08.  I never get into the assignment for Button??

                    if (currentP1Value & 0x78)
                        Button = PAIR;

**Attention** This is a public forum