Hi all,
I have an external oscillator connected to port 2.6-2.7 on msp430g2744 .
The way I configure the clock to be sourced from the external 32k osci is as follows (taken from the sample apps),
I'm wondering where in the code I let it be known that the physical port for the oscillator is 2.6-2.7?
BCSCTL3 |= LFXT1S_0 + XCAP_0; // 32768-Hz crystal on LFXT1 + Oscillator capacitor selection
DCOCTL = 0; // Select lowest DCOx and MODx settings
BCSCTL1 = CALBC1_1MHZ; // Set DCO
DCOCTL = CALDCO_1MHZ;
Thanks in advance,
Omri.