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.

how do you repurpose XIN/XOUT pins for IO

Other Parts Discussed in Thread: MSP430G2553

I am having difficulty getting P2.6 and P2.7 to be used as general IO pins instead of XTAL pins, on a MSP430G2553.

My setting from CCS 6.1:

BCSCTL1 = CALBC1_1MHZ;

DCOCTL = CALDCO_1MHZ;

_BIS_SR(OSCOFF);

P2DIR = 0xFF; //set all P2 to output
P2OUT = 0x00; //set all P2 to high

Is there more I have to do?

**Attention** This is a public forum