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.

smclk output

Other Parts Discussed in Thread: MSP430G2553, MSP430F2416

I have msp430g2553 and i trying get SMCLK output on P1.4 pin(ms430 launchpad). This is my settings

    P1REN |= BIT4;
    ADC10AE0 = 0;
    CAPD = 0;
    P1SEL |= BIT4;
    P1SEL2 &= (~BIT4);
    P1DIR |= BIT4;

But I don`t see SMCLK on P1.4.

I have tried to delete pullup for TEST bit, but I hade same result.

**Attention** This is a public forum