I was referring to this pdf file. http://software-dl.ti.com/trainingTTO/trainingTTO_public_sw/MSP430_LaunchPad_Workshop/LaunchPad.pdf
On page no. 3-14 (where CPU is being sourced by a 32KHz crystal), the statement
BCSCTL2 |= SELM_3 + DIVM_3;
seems to be incorrect. This should source the CPU from VLOCLK as explained on page 3-10.
Am I missing something here?
If there is something wrong, can you tell me what should be the correct statement to source the clock from an external 32KHz crystal and divide it by 8?
Thanks!!